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.