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 25, 2020. It is now read-only.
I'd consider making a PR to merge the changes from split-chunk-loader into bundle-loader, but not sure of the best way to handle the fact that webpack >= 2.4 is required for that to work. Maybe adding a peerDependency would do the trick?
The text was updated successfully, but these errors were encountered:
If you have the time and have something in mind already please feel free to send PR, it would be apprectiated 😛
In regrads to necessity of webpack >= v2.4.0, a peerDependency would be fine imho, but I need to discuss && verify that. In any case we will find a solution to deal with it, so your PR won't be wasted :)
Webpack 2.4 added support for error callbacks as a 2nd argument to require.ensure:
webpack/webpack#4069
This is not supported by the bundle-loader, but there is a forked version of the loader that does support the require.ensure error callback: https://github.com/jharris4/split-chunk-loader
I'd consider making a PR to merge the changes from split-chunk-loader into bundle-loader, but not sure of the best way to handle the fact that webpack >= 2.4 is required for that to work. Maybe adding a peerDependency would do the trick?
The text was updated successfully, but these errors were encountered: