mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 03:41:18 +00:00
Remove sourcemaps from build output
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user