We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352ec6f commit f617f6eCopy full SHA for f617f6e
1 file changed
lib/config.js
@@ -147,7 +147,7 @@ class Config {
147
this.dev = true;
148
this.mergeConfig(defaultConfig.devConfig);
149
}
150
- this.webpackConfig.mode = this.prod ? 'production' : 'development';
+ this.webpackConfig.mode = this.test || this.prod ? 'production' : 'development';
151
152
153
mergeConfig(config, override = false) {
0 commit comments