Skip to content

Commit 3e80c4e

Browse files
committed
Merge pull request #24 from gaearon/patch-2
NoErrorsPlugin is not needed with hot/only-dev-server
2 parents f67ab29 + 770f167 commit 3e80c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
},
1919
plugins: [
2020
new webpack.HotModuleReplacementPlugin(),
21-
new webpack.NoErrorsPlugin(),
2221
new webpack.IgnorePlugin(/vertx/) // https://github.com/webpack/webpack/issues/353
2322
],
2423
resolve: {

0 commit comments

Comments
 (0)