0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

chore: add sourceamps

This commit is contained in:
Juanfran 2024-03-05 08:42:41 +01:00
parent bf5221eb36
commit 434273d362
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ export default defineConfig({
entryFileNames: '[name].js',
},
},
sourcemap: true,
},
test: {

View file

@ -43,6 +43,7 @@ export default defineConfig({
// External packages that should not be bundled into your library.
external: [],
},
sourcemap: true,
},
test: {