Skip to content

Commit

Permalink
fix(webpack): avoid using AggressiveMergingPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jun 22, 2019
1 parent 52264f5 commit 2411456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/src/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function prod() {
filename: '[name].[chunkhash].css',
chunkFilename: '[name].[id].[chunkhash].css'
}),
new webpack.optimize.AggressiveMergingPlugin(),
// new webpack.optimize.AggressiveMergingPlugin(),
new workboxPlugin.GenerateSW()
],
optimization: {
Expand Down

0 comments on commit 2411456

Please sign in to comment.