Cannot disable source maps
tototoben opened this issue · 2 comments
tototoben commented
I'd like to disable source maps, but that doesn't seem possible via tag loader options due to the following line:
https://github.com/riot/tag-loader/blob/master/index.js#L48
Would be great to have that be configurable for the loader because right now the source maps are not very useful (they don't correctly map).
Forked with the following commit for now:
tototoben@79935fb
GianlucaGuarini commented
could you please make a PR adding also a simple test for it? thank you
GianlucaGuarini commented
fixed in riot-tag-loader@2.1.0 thank you