Skip to content

Commit 3e7157f

Browse files
committed
chore: externalize @dotenvx/dotenvx
no real need to minify and split anymore
1 parent cd71f83 commit 3e7157f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ await Bun.build({
99
],
1010
outdir: './dist',
1111
target: 'bun',
12-
minify: true,
13-
splitting: true,
12+
external: ['@dotenvx/dotenvx'],
13+
// minify: true,
14+
// splitting: true,
1415

1516
plugins: [
1617
dts(),

0 commit comments

Comments
 (0)