Bug Report
#10549 introduced a bit of breakage to consumers of ember-cli-babel.
When using @babel/plugin-transform-modules-amd to transpile the runtime helpers (from @babel/runtime/helpers/esm) into AMD modules, the resulting define statement's do not include the .js extension. However, when using @babel/plugin-transform-runtime@7.7.5 (which includes #10549) along with useESModules: true the import statements will include .js which results in "module not found" errors.
Bug Report
#10549 introduced a bit of breakage to consumers of
ember-cli-babel.When using
@babel/plugin-transform-modules-amdto transpile the runtime helpers (from@babel/runtime/helpers/esm) into AMD modules, the resulting define statement's do not include the.jsextension. However, when using@babel/plugin-transform-runtime@7.7.5(which includes #10549) along withuseESModules: truethe import statements will include.jswhich results in "module not found" errors.