Skip to content

Commit

Permalink
perf: ⚡ update tsup bundle build cz-git
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed May 18, 2022
1 parent c51ca72 commit 0e15e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Expand Up @@ -6,7 +6,7 @@ export default defineConfig((options) => {
entry: !options.watch ? ["./dist/index.js"] : ["./src/index.js"],
outDir: "./lib",
tsconfig: "./tsconfig.build.json",
sourcemap: true,
sourcemap: false,
dts: true,
splitting: false
};
Expand Down

0 comments on commit 0e15e1c

Please sign in to comment.