Permalink
base repository: babel/babel-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v8.2.4
Choose a base ref
...
head repository: babel/babel-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v8.2.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 14, 2022

  1. 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.
    @alan-agius4
    alan-agius4 authoredApr 14, 2022
    Configuration menu
    Copy the full SHA
    c622868View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. 8.2.5

    @nicolo-ribaudo
    nicolo-ribaudo committedApr 19, 2022
    Configuration menu
    Copy the full SHA
    1f98d3cView commit details
    Browse the repository at this point in the history
Loading