saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Remove the ModuleConcatenationPlugin #388

Closed npejo closed 6 years ago

npejo commented 6 years ago

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.

pirelenito commented 6 years ago

Good plan!