Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more https://github.com/ckeditor/ckeditor5/issues/475.
@@ -37,7 +37,8 @@ module.exports = {
new webpack.BannerPlugin( {
banner: bundler.getLicenseBanner(),
raw: true
- } )
+ } ),
+ new webpack.optimize.ModuleConcatenationPlugin()
],
module: {