As of Node.js v15.3.0 native ES module support is nodejs/node#35781. Due to this, the usage of a transpiler will be removed. Doing so greatly simplifies this package (less dependencies) while also eliminating the build transpilation process. So, unless you are using a Babel extension that is outside the scope of what this package provides, or are bound to a Node.js version that is < v15.3.0, you should NOT be impacted by these changes.
As of Node.js v15.3.0 native ES module support is nodejs/node#35781. Due to this, the usage of a transpiler will be removed. Doing so greatly simplifies this package (less dependencies) while also eliminating the build transpilation process. So, unless you are using a Babel extension that is outside the scope of what this package provides, or are bound to a Node.js version that is < v15.3.0, you should NOT be impacted by these changes.