You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crazy enough I have a project importing sinuous where this Babel option inputSourceMap has to be set to false and add this plugin for sourcemaps to work properly.
might need to be reflected in the readme.
The text was updated successfully, but these errors were encountered:
mcshaz
added a commit
to mcshaz/rollup-plugin-sourcemaps
that referenced
this issue
Apr 25, 2020
I also have a build where setting inputSourceMap to false, combined with this plugin, makes my source maps work correctly. Thank you for mentioning it in this issue, as I don't think I would have thought to try that otherwise.
inputSourceMap
is now defaulttrue
in Babel.https://babeljs.io/docs/en/options#inputsourcemap
crazy enough I have a project importing
sinuous
where this Babel optioninputSourceMap
has to be set tofalse
and add this plugin for sourcemaps to work properly.might need to be reflected in the readme.
The text was updated successfully, but these errors were encountered: