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: v6.2.10
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: v6.3.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 15, 2016

  1. Update CHANGELOG.md

    danez authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    3900952 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Update eslint-config-babel to the latest version 🚀 (#357)

    * chore(package): update eslint-config-babel to version 4.0.0
    
    https://greenkeeper.io/
    
    * Update .eslintrc
    
    * Update package.json
    greenkeeper[bot] authored and danez committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    a7e16da View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. Remove plugin-babel (#358)

    danez authored Jan 14, 2017
    Configuration menu
    Copy the full SHA
    757002a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5657f48 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Configuration menu
    Copy the full SHA
    707f31c View commit details
    Browse the repository at this point in the history
  2. Update yarn.lockk

    danez committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    e9e3702 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Add env query parameter. (#368)

    fix #283
    
    Signed-off-by: Maël Lavault <[email protected]>
    moimael authored and danez committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    15881f4 View commit details
    Browse the repository at this point in the history
  2. Update loader-utils dependecy to ^0.2.16 (#371)

    Anything below 0.2.16 for loader-utils causes issues with webpack 2 (webpack/webpack#3060 (comment) and I have replicated the issue)
    leonaves authored and danez committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    0b19a6d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. FS caching improvements (#375)

    * Instantiate default cache directory lazily, and only once
    
    When using `cacheDirectory=true`, the `findCacheDir` module
    is repeatedly called, and it does some synchronous filesystem
    calls under the hood. However, since `findCacheDir` is more
    or less a pure function, it's probably safe to call it only
    once during process lifetime.
    
    * Cache resolve-rc results
    akx authored and danez committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    4b3bafa View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. 6.3.0

    danez committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    877e956 View commit details
    Browse the repository at this point in the history
Loading