mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-25 11:18:20 +08:00
Backport https://github.com/gaearon/react-hot-boilerplate/commit/58dddfd80d7a39083195a8da68849b5c898d9e8c
This commit is contained in:
@@ -101,7 +101,8 @@ describe('react-webpack generator', function() {
|
||||
['Gruntfile.js', /hot:\s*true/],
|
||||
['webpack.config.js', /react-hot/],
|
||||
['webpack.config.js', /webpack\.HotModuleReplacementPlugin/],
|
||||
['webpack.config.js', /webpack\/hot\/dev-server/]
|
||||
['webpack.config.js', /webpack\.NoErrorsPlugin/],
|
||||
['webpack.config.js', /webpack\/hot\/only-dev-server/]
|
||||
]);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user