Skip to content

Commit

Permalink
minimize dist bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
asarzina committed Sep 26, 2018
1 parent e41a55f commit 189ee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
new CleanWebpackPlugin(['dist']),
],
optimization: {
minimize: false,
minimize: true,
},
};

0 comments on commit 189ee03

Please sign in to comment.