Use sourcemap

This commit is contained in:
Arnaud 2024-08-30 16:36:06 +02:00
parent cb33add686
commit be618b291c
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export default defineConfig({
entry: resolve(__dirname, "src/index.ts"),
formats: ["es"],
},
sourcemap: true,
rollupOptions: {
external: [
"react",