Skip to content

Commit 1899845

Browse files
committed
chore: Disable sourcemaps in tsup configuration
1 parent 035c51b commit 1899845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig((options) => [
1111
resolve: true,
1212
},
1313
treeshake: true,
14-
sourcemap: true,
14+
sourcemap: false,
1515
clean: true,
1616
platform: "browser",
1717
esbuildOptions(options) {

0 commit comments

Comments
 (0)