Skip to content

Commit 5512870

Browse files
committed
update tsup build config
1 parent 8070bb5 commit 5512870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const common: Options = {
66
outDir: 'dist',
77
sourcemap: false,
88
minify: true,
9+
replaceNodeEnv: true,
910
}
1011

1112
function getBuildMode(): Options {

0 commit comments

Comments
 (0)