Skip to content

Releases: babel/babel-loader

v6.2.8

18 Nov 16:39

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

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

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

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)