Skip to content

Commit

Permalink
Use treeshake: true
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Apr 3, 2024
1 parent a8f5fc6 commit 18bcb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const commonOptions: Partial<Options> = {
entry: { index: "src/index.ts" },
tsconfig: "./tsconfig.build.json",
target: "es2017",
treeshake: "safest",
sourcemap: true,
treeshake: true,
};

export default defineConfig([
Expand Down

0 comments on commit 18bcb43

Please sign in to comment.