Skip to content
Prev Previous commit
Next Next commit
do not minify for now
  • Loading branch information
jnsdls committed Sep 1, 2022
commit 69b8c35abe7a8d6aa62260ce815ce38ff36fd2bd
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "tsup";

export default defineConfig((options) => ({
clean: true,
minify: !options.watch,
// minify: !options.watch,
dts: !options.watch,
format: ["cjs", "esm"],
sourcemap: true,
Expand Down