redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

larger than expected bundle files #1008

Closed drewpc closed 5 years ago

drewpc commented 5 years ago

During the conversion to Webpack 4, the entrypoint require.ensure() statement was removed and this caused larger than normal bundle files to be created. This should probably be refactored again in the future, but for now this restores the original functionality while we develop better Webpack 4 defaults.