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
|
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
Hi,
Thanks for this awesome extension. I was wondering if it was possible to add
.mapfiles for the minified bundle?It is as simple as adding
source:trueineasytimer.js/rollup.config.mjs
Lines 9 to 14 in 7cc09ee
https://stackoverflow.com/a/63235210
Reasons :
I have this kind of code even though i have sourcemap enabled for my
svelteproject