Skip to content

Releases: node-loader/node-loader-babel

v2.1.0

09 Jan 19:06

Choose a tag to compare

What's Changed

  • Support for preset-typescript, .ts, and .tsx files by @joeldenning in #17

Full Changelog: v2.0.1...v2.1.0

v2.0.1

04 Jan 23:07

Choose a tag to compare

What's Changed

  • Don't attempt to compile modules whose source is null. Skip wasm/json. Resolves #7 by @joeldenning in #10

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 Nov 01:43

Choose a tag to compare

Breaking changes

NodeJS 16.12 removed several node loader hooks and replaced them with the new load hook. See nodejs changelog for details. The 2.0.0 version of @node-loader/babel only works with nodejs@>=16.12 and will not work with prior versions of NodeJS. Use @node-loader/babel@1 for older versions of NodeJS.

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

03 Jul 17:45

Choose a tag to compare

Features

  • Support ESM babel configs (#4 via @goto-bus-stop)
  • Ensure support for .babelrc, .babelrc.cjs, babel.config.cjs files c0ae976

Maintenance

v1.0.0

12 Oct 00:50

Choose a tag to compare

Initial Implementation

See README.md for documentation