You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
Does anyone have problems getting splitChunks to work? I have upgraded webpack to 4.28.1, tried many things but end up with just a large index and vendor bundle. I use react-router and react-async-component, so there are lots of async imports. I would expect an async import to create a chunk
Don't have time to upgrade to another framework
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does anyone have problems getting
splitChunks
to work? I have upgraded webpack to 4.28.1, tried many things but end up with just a largeindex
andvendor
bundle. I usereact-router
andreact-async-component
, so there are lots of async imports. I would expect an async import to create a chunkDon't have time to upgrade to another framework
The text was updated successfully, but these errors were encountered: