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

Commit

Permalink
Merge pull request #388 from saguijs/disable-module-concatenation-plugin
Browse files Browse the repository at this point in the history
Remove the ModuleConcatenationPlugin
  • Loading branch information
pirelenito authored Aug 2, 2017
2 parents db28523 + c6d3aa9 commit eb2bf6e
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 eb2bf6e

Please sign in to comment.