Skip to content

v1.55.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 26 Jul 14:33
· 8 commits to master since this release

Breaking Changes

  • Upgrade of dependencies, including an upgrade to Babel v8. A part of this upgrade is an update of all build-related tooling to assume the source codebase is ESM-only; it will require corresponding updates in the host codebase, and it might still have some issues.

  • Babel config: added addImportExtensions option, removed targets option.

Other Changes

  • Server-side utilities: added registerBabelLoader() and registerResolver() functions that register Node module API hooks to make optional the mandatory extensions in imports of ES modules, and to allow transformation of imported ES modules with Babel (as @babel/node and @babel/register do not work on such imported modules as of Babel v8).

Sponsor