Skip to content

Releases: babel/babel-loader

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
}

v6.2.5

17 Aug 14:12
Compare
Choose a tag to compare

v6.2.5

  • Don't show the call stack for a Babel error (such as when you have a syntax error) (@andreypopp)

screenshot 2016-08-15 15 24 37

- resolve the .babelrc relative to the file path rather than the cwd (current working directory) (@lukeapage). - fix: more concise formatting for Babel errors (#287) (Andrey Popp) - fix(resolve-rc): resolve-rc relative file path (#253) (Luke Page) - add babel-core and preset-2015 to dev dependencies (#273) (timse) - chore(docs): add issue and pr templates (#280) (Joshua Wiens) - chore(docs): fix badge formatting (Joshua Wiens) - chore(ci): expand travis testing (#278) (Joshua Wiens) - Update README: add env vars to cacheIdentifier (#267) (Dominik Ferber) - add npm badge [skip ci](Henry Zhu) - update [skip ci](Henry Zhu) - remove jsx references as well [skip ci](Henry Zhu) - Save the transform to devDependencies (Ray Booysen) - Remove 'react' preset (Jake Rios) - Removed babel-preset-react from README.md (Ben Stephenson)