-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hi,
Thanks for this awesome extension. I was wondering if it was possible to add .map files for the minified bundle?
It is as simple as adding source : true in
easytimer.js/rollup.config.mjs
Lines 9 to 14 in 7cc09ee
| output: { | |
| format: 'umd', | |
| name: 'easytimer', | |
| file: `dist/easytimer${optimize ? '.min' : ''}.js`, | |
| exports: 'named' | |
| }, |
https://stackoverflow.com/a/63235210
Reasons :
I have this kind of code even though i have sourcemap enabled for my svelte project
Metadata
Metadata
Assignees
Labels
No labels
