Skip to content

Releases: babel/babel-loader

v8.3.0

03 Nov 14:31
v8.3.0
9bf5652

Choose a tag to compare

New features

Full Changelog: v8.2.5...v8.3.0

v9.0.1

31 Oct 18:15
v9.0.1
f42ac9b

Choose a tag to compare

Bug Fixes

Full Changelog: v9.0.0...v9.0.1

v9.0.0

27 Oct 12:49
v9.0.0
9ff288f

Choose a tag to compare

What's Changed

  • update hash method mechanism so it doesn't fail on a fips enabled machine by @darmbrust in #939
  • Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @JLHwung in #956
  • Remove dependency on loader-utils and drop webpack 4 support by @nied in #942

New Contributors

Full Changelog: v8.2.5...v9.0.0

v8.2.5

19 Apr 21:10
v8.2.5
1f98d3c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.4...v8.2.5

v8.2.4

22 Mar 16:54
v8.2.4
f7982c1

Choose a tag to compare

What's Changed

Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!

8.2.3

20 Oct 22:39

Choose a tag to compare

This release fixes compatibility with Node.js 17

  • Use md5 hash for caching on node v17 (#918)

Thanks @Reptarsrage!

8.2.1

10 Nov 21:16

Choose a tag to compare

8.2.0

10 Nov 11:44

Choose a tag to compare

8.1.0

20 Mar 14:45
3ff9926

Choose a tag to compare

8.0.6

12 May 06:09

Choose a tag to compare

  • Migrate to pify (#785)
  • Reduced memory usage (#781)