Skip to content

Commit

Permalink
Clean up tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent 086c0aa commit 31392fc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ export default defineConfig({
dts: true,
splitting: true,
clean: true,
target: "es2015",
format: ["cjs", "esm"],

// Perhaps enable later?
minify: true,
// target: /* what tsconfig specifies */,
format: ["esm", "cjs"],
sourcemap: true,
});

0 comments on commit 31392fc

Please sign in to comment.