Skip to content

Commit

Permalink
Merge pull request #206 from jessehattabaugh/patch-1
Browse files Browse the repository at this point in the history
use NoEmitOnErrorsPlugin
  • Loading branch information
glenjamin committed Aug 7, 2017
2 parents deac91e + 84c9709 commit 196e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Next, enable hot reloading in your webpack config:
// OccurenceOrderPlugin is needed for webpack 1.x only
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
new webpack.NoEmitOnErrorsPlugin()
]
```

Expand Down

0 comments on commit 196e967

Please sign in to comment.