inputSourceMap is now default true in Babel.
https://babeljs.io/docs/en/options#inputsourcemap
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.
inputSourceMapis now defaulttruein Babel.https://babeljs.io/docs/en/options#inputsourcemap
crazy enough I have a project importing
sinuouswhere this Babel optioninputSourceMaphas to be set tofalseand add this plugin for sourcemaps to work properly.might need to be reflected in the readme.