Skip to content

Commit

Permalink
Suppress warnings from UglifyJs in production webpack build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbooker committed Oct 20, 2016
1 parent 9662dcd commit bbd1c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
new webpack.optimize.UglifyJsPlugin({
compress: {
screw_ie8: true, // React doesn't support IE8 anyway
warnings: true
warnings: false
},
mangle: {
screw_ie8: true
Expand Down

0 comments on commit bbd1c1c

Please sign in to comment.