ssr loading other pages' js
[issue link]Why ssr loading other pages’ js?
For example:
- I have
aaa/aaa.vuebesidesindex.vue. npm run buildandnpm start.- Visit
localhost:3000and see the index page loadsaaa.5533ed4181712d0a1331.js.
Can anyone help me with these questions?
- Why should it load other pages’ js?
- Will it make many request when there are many pages?
- How to stop it from loading these js?
Thank you.