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 c4ff9d1 commit a703fe3Copy full SHA for a703fe3
tsup.config.ts
@@ -5,8 +5,6 @@ export default defineConfig({
5
entry: ["src/index.ts"],
6
format: ["cjs", "esm"],
7
target: "es2019",
8
- sourcemap: true,
9
dts: true,
10
- minify: true,
11
treeshake: true,
12
});
0 commit comments