From 89e618f1b99d97b29dbe6dfdcc8494e3fa4e3762 Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Fri, 27 Jan 2017 14:06:59 +0000 Subject: [PATCH] tooling: update webpack to latest release --- .kickoff/tasks/webpack.config.js | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.kickoff/tasks/webpack.config.js b/.kickoff/tasks/webpack.config.js index 60eb685b..678dbdd3 100644 --- a/.kickoff/tasks/webpack.config.js +++ b/.kickoff/tasks/webpack.config.js @@ -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, }, diff --git a/package.json b/package.json index cdd5f5a6..9e9539fe 100644 --- a/package.json +++ b/package.json @@ -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": [