mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
add protection against creating an action/store with no name
This commit is contained in:
@@ -82,7 +82,6 @@ Generator.prototype.testTemplate = function (src, dest) {
|
||||
};
|
||||
|
||||
Generator.prototype.stylesTemplate = function (src, dest) {
|
||||
console.log(src);
|
||||
yeoman.generators.Base.prototype.template.apply(this, [
|
||||
src + this.stylesSuffix,
|
||||
path.join(this.options.stylesPath, dest) + this.stylesSuffix
|
||||
|
||||
Reference in New Issue
Block a user