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 d5d5056 commit 0ff4265Copy full SHA for 0ff4265
packages/core/src/config.ts
@@ -548,6 +548,7 @@ const composeFormatConfig = (
548
output: {
549
uniqueName: pkgJson.name as string,
550
},
551
+ // TODO when we provide dev mode for rslib mf format, this should be modified to as the same with config.mode
552
// can not set nodeEnv to false, because mf format should build shared module.
553
// If nodeEnv is false, the process.env.NODE_ENV in third-party packages's will not be replaced
554
// now we have not provide dev mode for users, so we can always set nodeEnv as 'production'
0 commit comments