From 919ae16aa07c54c9e2d64ae0dd1069833db4bffb Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 29 Aug 2015 01:01:23 +0300 Subject: [PATCH] Remove NoErrorsPlugin --- examples/counter/package.json | 2 +- examples/counter/webpack.config.js | 3 +-- examples/todomvc/package.json | 2 +- examples/todomvc/webpack.config.js | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/counter/package.json b/examples/counter/package.json index 608eb35e..d794b0d4 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -25,7 +25,7 @@ "babel-core": "^5.6.18", "babel-loader": "^5.1.4", "node-libs-browser": "^0.5.2", - "react-hot-loader": "^1.2.7", + "react-hot-loader": "^1.3.0", "webpack": "^1.9.11", "webpack-dev-server": "^1.9.0" } diff --git a/examples/counter/webpack.config.js b/examples/counter/webpack.config.js index a921a74e..eeb31d27 100644 --- a/examples/counter/webpack.config.js +++ b/examples/counter/webpack.config.js @@ -14,8 +14,7 @@ module.exports = { publicPath: '/static/' }, plugins: [ - new webpack.HotModuleReplacementPlugin(), - new webpack.NoErrorsPlugin() + new webpack.HotModuleReplacementPlugin() ], resolve: { alias: { diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index 09caf3f3..be0f7510 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -38,7 +38,7 @@ "babel-loader": "^5.1.4", "node-libs-browser": "^0.5.2", "raw-loader": "^0.5.1", - "react-hot-loader": "^1.2.7", + "react-hot-loader": "^1.3.0", "style-loader": "^0.12.3", "todomvc-app-css": "^2.0.1", "webpack": "^1.9.11", diff --git a/examples/todomvc/webpack.config.js b/examples/todomvc/webpack.config.js index 72c03ef6..c3fb344f 100644 --- a/examples/todomvc/webpack.config.js +++ b/examples/todomvc/webpack.config.js @@ -14,8 +14,7 @@ module.exports = { publicPath: '/static/' }, plugins: [ - new webpack.HotModuleReplacementPlugin(), - new webpack.NoErrorsPlugin() + new webpack.HotModuleReplacementPlugin() ], resolve: { alias: {