saguijs / sagui

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

Set minChunks to 2 by default in CommonChunksPlugin #412

Closed npejo closed 6 years ago

npejo commented 6 years ago

If a module is shared between two pages it should be moved into the commons chunk.

The current setup only moves modules to Commons if it shared between all pages.