Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

larger than expected bundle files #1008

Merged
merged 2 commits into from
May 21, 2019

Conversation

drewpc
Copy link
Collaborator

@drewpc drewpc commented May 21, 2019

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.

drewpc added 2 commits May 21, 2019 13:37
…bpack entry file because the Webpack bundles were inappropriately large without it. We should be more explicit about the role of Webpack's dynamic import capability versus FLAB.
@drewpc drewpc self-assigned this May 21, 2019
@drewpc drewpc added the bug An issue with the system label May 21, 2019
@drewpc drewpc added this to the 1.0 milestone May 21, 2019
@drewpc drewpc merged commit 1d21428 into master May 21, 2019
@drewpc drewpc deleted the bugfix/larger-than-expected-bundle-files branch May 21, 2019 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with the system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant