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-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"
}

View File

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

View File

@ -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",

View File

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