Skip to content

Releases: babel/babel-loader

v7.0.0-alpha.1

06 Mar 12:34
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

Includes all changes from 6.3.2

  • support babel-core@7 (#403) (Henry Zhu)
  • Use yarn (#376) (Daniel Tschinder)
  • chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
  • chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
  • chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
  • chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])

v6.4.0

06 Mar 12:28
Compare
Choose a tag to compare

πŸš€ New Feature

  • added metadata passing from babel to webpack, which is currently used by react-intl (#398) @Ognian

v6.3.2

16 Feb 10:03
Compare
Choose a tag to compare

😒 Regression

  • forceEnv was interfering with regular environment handling

v6.3.1

15 Feb 09:18
Compare
Choose a tag to compare

πŸ› Bug Fix

  • The new forceEnv options wasn't working as expected (#379) @chrisvasz

v6.3.0

14 Feb 09:24
Compare
Choose a tag to compare

πŸš€ New Feature

Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.

πŸ› Bug Fix

  • Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @leonaves

πŸ’… Polish

  • Improve FS caching to do less sync calls which improves performance slightly (#375) @akx

v6.2.10

15 Dec 13:35
Compare
Choose a tag to compare

Support for webpack 2.2-rc has been added in this release

πŸ› Bug Fix

  • If cache directory not writable, try to fallback to tmpdir before failing

v6.2.9

07 Dec 17:17
Compare
Choose a tag to compare

😒 Regression

Source maps on windows did not work correctly with v6.2.8.
Thanks @josephst

🏠 Internal

  • Add AppVeyor to run tests on windows @danez
  • Fix tests on windows (#343) @danez

v6.2.8

18 Nov 16:39
Compare
Choose a tag to compare

πŸ› Bug Fix

πŸ“ Documentation

  • Update README docs for cacheDirectory's actual behaviour (#245) @sohkai
  • updates docs re: transform-runtime (#197) @gbrassey

🏠 Internal

v6.2.7

27 Oct 12:39
Compare
Choose a tag to compare

😒 Regression

Fallback to os.tmpdir() if no cachedir found (#318) (fixes #317) @danez

Fixes an issue with v6.2.6 when using babel-loader as a global package.

v6.2.6

26 Oct 19:18
Compare
Choose a tag to compare

v6.2.6

πŸ› Bug Fix

  • Use standard cache dir as default cacheDirectory @fson

Use the common cache directory, ./node_modules/.cache/babel-loader, as the default cache directory (when the cacheDirectory setting is enabled).

query: {
  cacheDirectory: true
}