Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit fa197a0

Browse files
authored
Merge pull request #2 from ckeditor/t/ckeditor5/475
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
2 parents 370d2a1 + bdff89c commit fa197a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ module.exports = {
3737
new webpack.BannerPlugin( {
3838
banner: bundler.getLicenseBanner(),
3939
raw: true
40-
} )
40+
} ),
41+
new webpack.optimize.ModuleConcatenationPlugin()
4142
],
4243

4344
module: {

0 commit comments

Comments
 (0)