developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.04k stars 362 forks source link

--sourcemap false is not working #837

Closed AdrianMrn closed 3 years ago

AdrianMrn commented 3 years ago

The Readme mentions --sourcemap as a parameter, but setting it to false does nothing. --no-sourcemap does what I expect here.

I'll have a look at the source & submit a PR to change this when I have some time.

rschristian commented 3 years ago

Cheers, thanks for pointing this out!

Was already fixed in #773

AdrianMrn commented 3 years ago

Should have searched before posting this 🙈 thanks!

rschristian commented 3 years ago

Hey I even created a PR before realizing it had already been fixed 😅