Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: babel/babel-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
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.
Loading
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 authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c622868 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. 8.2.5

    nicolo-ribaudo committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    1f98d3c View commit details
    Browse the repository at this point in the history
Loading