Commit 97e71c0
committed
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).1 parent 3c2fc3d commit 97e71c0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments