diff --git a/examples/counter/package.json b/examples/counter/package.json index 608eb35e65..d794b0d443 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 a921a74ee4..eeb31d2791 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 09caf3f34d..be0f75107d 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 72c03ef676..c3fb344f3f 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: {