v1.55.0
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
addImportExtensionsoption, removedtargetsoption.
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/nodeand@babel/registerdo not work on such imported modules as of Babel v8).