mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Merge branch 'master' of https://github.com/newtriks/generator-react-webpack
Conflicts: package.json
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ var Generator = module.exports = function Generator() {
|
||||
this.architecture = this.config.get('architecture');
|
||||
|
||||
if (typeof this.options.appPath === 'undefined') {
|
||||
this.options.appPath = this.options.appPath || 'src/scripts';
|
||||
this.options.appPath = this.options.appPath || 'src';
|
||||
}
|
||||
|
||||
if (typeof this.options.testPath === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user