You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blueprint: generate ES6 modules instead of CommonJS modules.
This resolves a problem where tools that codemod the imports,
e.g. babel-plugin-ember-modules-api-polyfill, were unable to
work because the modules being generated were not the same ES6
modules as the codemod expected (TS generates CommonJS modules
by default).
0 commit comments