Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Remove the ModuleConcatenationPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Pejoski committed Aug 2, 2017
1 parent db28523 commit c6d3aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configure-webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const buildSharedWebpackConfig = (saguiConfig) => {
new webpack.optimize.UglifyJsPlugin({
sourceMap: true
}),
new webpack.optimize.ModuleConcatenationPlugin(),

// signal loaders to minimize
// https://webpack.js.org/guides/migrating/#uglifyjsplugin-minimize-loaders
Expand Down

0 comments on commit c6d3aa9

Please sign in to comment.