-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
I have a project which webpack can build great. When I change one of the require statements in one of the modules that gets included into the resulting bundle to a require.ensure statement, webpack instead creates 1 entrypoint bundle and 1 chunk (as you would expect). However, the number of files included in the resulting bundles is greater than the number of files included in the original bundle (the one without the require.ensure statement). The dependency graph hasn't changed at all, just one of the requires becomes asynchronous. Why should this change the number of modules included in the resulting bundle?
Metadata
Metadata
Assignees
Labels
No labels