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

Commit

Permalink
Merge pull request #28 from ckeditor/t/ckeditor5/475
Browse files Browse the repository at this point in the history
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
  • Loading branch information
Reinmar committed Nov 10, 2017
2 parents 6c980fd + 1543bd9 commit d25def7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module.exports = {
new webpack.BannerPlugin( {
banner: bundler.getLicenseBanner(),
raw: true
} )
} ),
new webpack.optimize.ModuleConcatenationPlugin()
],

module: {
Expand Down

0 comments on commit d25def7

Please sign in to comment.