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

Commit

Permalink
Added webpack.optimize.ModuleConcatenationPlugin to webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Oct 17, 2017
1 parent 6c980fd commit 1543bd9
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 1543bd9

Please sign in to comment.