Skip to content

Commit

Permalink
fix: webpack config (#51)
Browse files Browse the repository at this point in the history
Fixes #50.
  • Loading branch information
fsdiogo authored Nov 26, 2018
1 parent dddec52 commit 09dc416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ module.exports = {
// Pending further investigation:
// https://github.com/mishoo/UglifyJS2/issues/2011
comparisons: false,
// https://github.com/ipfs/aegir/pull/214
unused: false
},
mangle: {
safari10: true,
Expand Down

0 comments on commit 09dc416

Please sign in to comment.