Skip to content

Commit

Permalink
tooling: update webpack to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Jan 27, 2017
1 parent ded472f commit 89e618f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .kickoff/tasks/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ if (config.isRelease) {
webpackConfig.plugins.push(
// Minify the code using Uglify
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
},
output: {
comments: false,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"stylelint": "7.7.0",
"stylelint-config-standard": "15.0.1",
"stylelint-selector-bem-pattern": "1.0.0",
"webpack": "2.2.0-rc.3",
"webpack": "2.2.0",
"xo": "0.17.1"
},
"keywords": [
Expand Down

0 comments on commit 89e618f

Please sign in to comment.