diff --git a/webpack.config.js b/webpack.config.js index 91134656d3..b3f9634281 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,8 +43,7 @@ module.exports = { }, plugins: [ - new ExtractTextPlugin('[name].css'), - new webpack.NewWatchingPlugin() + new ExtractTextPlugin('[name].css') ], devtool: '#source-map'