mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
*FIX* Tests: Removed NoErrorsPlugin from test for dev webpack
This commit is contained in:
parent
e63ddcb5f5
commit
598842ba9c
@ -101,7 +101,6 @@ describe('react-webpack generator', function() {
|
||||
['Gruntfile.js', /hot:\s*true/],
|
||||
['webpack.config.js', /react-hot/],
|
||||
['webpack.config.js', /webpack\.HotModuleReplacementPlugin/],
|
||||
['webpack.config.js', /webpack\.NoErrorsPlugin/],
|
||||
['webpack.config.js', /webpack\/hot\/only-dev-server/]
|
||||
]);
|
||||
done();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user