Remove NoErrorsPlugin

This commit is contained in:
Dan Abramov 2015-08-29 01:01:23 +03:00
parent 2f8ecf202e
commit 919ae16aa0
4 changed files with 4 additions and 6 deletions

View File

@ -25,7 +25,7 @@
"babel-core": "^5.6.18", "babel-core": "^5.6.18",
"babel-loader": "^5.1.4", "babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2", "node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7", "react-hot-loader": "^1.3.0",
"webpack": "^1.9.11", "webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0" "webpack-dev-server": "^1.9.0"
} }

View File

@ -14,8 +14,7 @@ module.exports = {
publicPath: '/static/' publicPath: '/static/'
}, },
plugins: [ plugins: [
new webpack.HotModuleReplacementPlugin(), new webpack.HotModuleReplacementPlugin()
new webpack.NoErrorsPlugin()
], ],
resolve: { resolve: {
alias: { alias: {

View File

@ -38,7 +38,7 @@
"babel-loader": "^5.1.4", "babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2", "node-libs-browser": "^0.5.2",
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"react-hot-loader": "^1.2.7", "react-hot-loader": "^1.3.0",
"style-loader": "^0.12.3", "style-loader": "^0.12.3",
"todomvc-app-css": "^2.0.1", "todomvc-app-css": "^2.0.1",
"webpack": "^1.9.11", "webpack": "^1.9.11",

View File

@ -14,8 +14,7 @@ module.exports = {
publicPath: '/static/' publicPath: '/static/'
}, },
plugins: [ plugins: [
new webpack.HotModuleReplacementPlugin(), new webpack.HotModuleReplacementPlugin()
new webpack.NoErrorsPlugin()
], ],
resolve: { resolve: {
alias: { alias: {