mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-31 12:01:42 +08:00
*FIX* Tests: Removed NoErrorsPlugin from test for dev webpack
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user