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 e171f96 commit e533134Copy full SHA for e533134
packages/core/src/config.ts
@@ -548,6 +548,10 @@ const composeFormatConfig = (
548
output: {
549
uniqueName: pkgJson.name as string,
550
},
551
+ // now we have not provide dev mode for users, so we can always set nodeEnv as 'production'
552
+ optimization: {
553
+ nodeEnv: 'production',
554
+ },
555
556
557
};
0 commit comments