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 9cf35c9 commit ba91cb9Copy full SHA for ba91cb9
tsup.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
format: ['cjs', 'esm'],
6
dts: true,
7
splitting: false,
8
- sourcemap: true,
+ sourcemap: false,
9
clean: true,
10
treeshake: true,
11
minify: false,
0 commit comments