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.3
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
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    052c07a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump loader-utils to 2.x (#931)

    https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md
    
    New minimum required node version is 8.9.x, which is what babel-loader
    already requires.
    stianjensen authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    247c94b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb9e21 View commit details
    Browse the repository at this point in the history
  3. 8.2.4

    nicolo-ribaudo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f7982c1 View commit details
    Browse the repository at this point in the history

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