Closed
Description
What problem does this feature solve?
It would be nice to be able to enable module concatenation the same as webpack does with https://webpack.js.org/plugins/module-concatenation-plugin/#root
What does the proposed API of configuration look like?
optimization: {
concatenateModules: true,
......
},