ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

splitchunks not working #595

Open mschipperheyn opened 5 years ago

mschipperheyn commented 5 years ago

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