Replies: 1 comment
-
did you find any solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to see if vite is better than webpack right now. The build runs much faster but when I try to develop with it. I see 1000 chunks in the network tab. It seems to make the site load way slower than just having couple js load.
It seems it need to download multiple files to determine which pages it is then it loads more which makes load slow..
Is there any way I can just chunk by page with dynamic import?
Beta Was this translation helpful? Give feedback.
All reactions