fregante / browser-extension-template

📕 Barebones boilerplate with Parcel 2, options handler and auto-publishing
788 stars 76 forks source link

Revisit external sourcemap support, it might be possible #99

Open fregante opened 9 months ago

fregante commented 9 months ago

https://stackoverflow.com/a/77463012/288906

See linked bugs in:

https://stackoverflow.com/a/62270410/288906

Currently I think sourcemaps are inlined, which bloat the bundles during development and slow loading down.