diff --git a/tsup.config.ts b/tsup.config.ts index d0ccf1d..683076f 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -4,7 +4,7 @@ export default defineConfig({ entry: ["src/index.ts", "src/jsx-runtime.ts", "src/jsx-dev-runtime.ts"], format: ["cjs", "esm"], dts: true, - sourcemap: true, + sourcemap: false, clean: true, splitting: false, jsx: "transform",