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:
parent
bf5221eb36
commit
434273d362
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default defineConfig({
|
|||
entryFileNames: '[name].js',
|
||||
},
|
||||
},
|
||||
sourcemap: true,
|
||||
},
|
||||
|
||||
test: {
|
||||
|
|
|
@ -43,6 +43,7 @@ export default defineConfig({
|
|||
// External packages that should not be bundled into your library.
|
||||
external: [],
|
||||
},
|
||||
sourcemap: true,
|
||||
},
|
||||
|
||||
test: {
|
||||
|
|
Loading…
Reference in a new issue