Skip to content

Unresolvable runtime helper modules after upgrading to v7.7.5 #10832

@rwjblue

Description

@rwjblue

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.

Metadata

Metadata

Assignees

Labels

Priority: Highi: regressionoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions