Closed npejo closed 7 years ago
The ModuleConcatenationPlugin is messing up with the order of the polyfills in the production build, which causes errors.
ModuleConcatenationPlugin
The problem might be related to this issue in the plugin https://github.com/webpack/webpack/issues/5288
Let's stop using this plugin for now, until the issue is resolved.
Good plan!
The
ModuleConcatenationPlugin
is messing up with the order of the polyfills in the production build, which causes errors.The problem might be related to this issue in the plugin https://github.com/webpack/webpack/issues/5288
Let's stop using this plugin for now, until the issue is resolved.