Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: respect inputSourceMap loader option #896

Merged
merged 1 commit into from Apr 14, 2022

Commits on Apr 14, 2022

  1. fix: respect inputSourceMap loader option

    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.
    alan-agius4 committed Apr 14, 2022
    Copy the full SHA
    526da60 View commit details
    Browse the repository at this point in the history