Skip to content

Commit 9f5e5c3

Browse files
Added sourcemap
1 parent 0d1f745 commit 9f5e5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ await Bun.build({
66
minify: true,
77
target: 'node',
88
format: 'esm',
9+
sourcemap: "external",
910
external: ["@tauri-apps/api", "axios", "http-status-codes"],
1011
plugins: [dts()]
1112
})

0 commit comments

Comments
 (0)