Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: respect
inputSourceMap
loader option (#896)
Currently, when the loader is invoked without a `map` object the `inputSourceMap` fallbacks to `undefined`. This caused the sourcemap to be loaded by Babel since this defaults to `true` https://babeljs.io/docs/en/options#inputsourcemap Thus, currently there is no way to disable `inputSourceMap` when using this loader.
- Loading branch information