Skip to content

Releases: babel/babel-loader

8.2.0

10 Nov 11:44
Compare
Choose a tag to compare

8.1.0

20 Mar 14:45
3ff9926
Compare
Choose a tag to compare

8.0.6

12 May 06:09
Compare
Choose a tag to compare
  • Migrate to pify (#785)
  • Reduced memory usage (#781)

8.0.5

04 Jan 07:05
Compare
Choose a tag to compare
  • Update find-cache-dir to 2.0

v8.0.4

27 Sep 20:40
Compare
Choose a tag to compare
  • #692 - Quick fix for typo

v8.0.3

27 Sep 16:49
Compare
Choose a tag to compare

Features

  • #687 - Add customize option

Bugs

  • #685 - Also pass the caller option to loadPartialConfig

Docs

  • #681 - Update the README links to use the new options docs
  • #683 - Add .mjs to the examples

Internal

Some dev dependency updates and CI tweaks.

v8.0.2

03 Sep 00:06
Compare
Choose a tag to compare
  • #541 - A bunch of great README fixes
  • #574 - Add cacheCompression: false to disable GZip compression of the disk cache
  • #670 - Handle both 'sourceMap' and 'sourceMaps' options properly
  • #671 - Fix sourceMaps: 'inline' to work properly with babel-loader
  • #669 - Fix sourcemaps to work with Webpack's devtoolModuleFilenameTemplate placeholders

v8.0.1

01 Sep 21:10
Compare
Choose a tag to compare
  • #662 - docs: update README.md
  • #667 - docs: Remove babelrc from loader-specific options
  • #668 - Add a warning if you forget to install @babel/core or install babel-core.

v8.0.0

27 Aug 22:17
Compare
Choose a tag to compare

This is the first stable release of babel-loader for Babel 7.x.

  • README updates
  • Dropped peer dependency on betas and RCs, but left the backward-compat code we had for now to give people time to migrate

v8.0.0-beta.6

21 Aug 20:06
Compare
Choose a tag to compare
v8.0.0-beta.6 Pre-release
Pre-release
  • #639 - Use MD4 instead of SHA1 for filename hashes
  • #644 - Read file before creating directory
  • #645 - [docs] Update http-links to https
  • #660 - Pass Babel's .caller option and pass supportsStaticESM:true.

NOTE: For those looking for v8.0.0-beta.5, it was a mis-publish of the wrong branch and included only #660 and missed the other 3 PRs.