top | item 39641375 (no title) vlakreeh | 2 years ago Mostly curious, why do you care about the readability of the generated JS? Surely if you need to debug something for a production bundle you can use source maps. discuss order hn newest lakpan|2 years ago It’s not generated JS, it’s concatenated JS (plus some glue). Rollup make this clear.In web extensions you can’t quite use sourcemaps unless you include the sourcemap in the .js file or upload it to your own server
lakpan|2 years ago It’s not generated JS, it’s concatenated JS (plus some glue). Rollup make this clear.In web extensions you can’t quite use sourcemaps unless you include the sourcemap in the .js file or upload it to your own server
lakpan|2 years ago
In web extensions you can’t quite use sourcemaps unless you include the sourcemap in the .js file or upload it to your own server