mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Project test configuration and updated README
Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
@@ -72,3 +72,7 @@ ReactWebpackGenerator.prototype.imageFiles = function () {
|
||||
this.sourceRoot(path.join(__dirname, 'templates'));
|
||||
this.directory('images', 'src/images', true);
|
||||
};
|
||||
|
||||
ReactWebpackGenerator.prototype.karmaFiles = function () {
|
||||
this.copy('../../templates/common/karma.conf.js', 'karma.conf.js');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user