We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ab32d commit 385a672Copy full SHA for 385a672
packages/generators/init-generator.ts
@@ -139,7 +139,7 @@ export default class InitGenerator extends Generator {
139
})
140
.then((_: void) => {
141
this.isProd = this.usingDefaults ? true : false;
142
- this.configuration.config.configName = this.isProd ? "prod" : "dev";
+ this.configuration.config.configName = this.isProd ? "prod" : "config";
143
if (!this.isProd) {
144
this.configuration.config.webpackOptions.mode = "'development'";
145
}
0 commit comments