riot / webpack-loader

Riot official webpack loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot disable source maps

tototoben opened this issue · comments

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

could you please make a PR adding also a simple test for it? thank you

fixed in riot-tag-loader@2.1.0 thank you