Skip to content

Commit

Permalink
Don't use NoErrorsPlugin with React Hot Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed May 22, 2015
1 parent da3bc84 commit bfc900f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {

plugins: [
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin(),
new ExtractTextPlugin('app.css', { allChunks: true })
]
};

0 comments on commit bfc900f

Please sign in to comment.