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"), entry: resolve(__dirname, "src/index.ts"),
formats: ["es"], formats: ["es"],
}, },
sourcemap: true,
rollupOptions: { rollupOptions: {
external: [ external: [
"react", "react",