-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Priority: Highi: regressionoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: Highi: regressionoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue