Skip to content

Commit

Permalink
Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Apr 15, 2024
1 parent 889b7b5 commit 331f8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
bundle: true,
clean: true,
dts: false,
entry: ["src/index.ts", "src/internal.ts"],
entry: ["src/index.ts"],
format: ["esm", "cjs"],
keepNames: true,
minify: false,
Expand All @@ -18,7 +18,7 @@ export default defineConfig({
};
},
platform: "neutral",
sourcemap: false,
sourcemap: true,
splitting: true,
target: "es2022",
treeshake: true,
Expand Down

0 comments on commit 331f8a7

Please sign in to comment.