Export babel-runtime helpers as standard CommonJS.

This commit is contained in:
Logan Smyth
2017-09-24 23:41:50 -07:00
parent 5eda451fb8
commit ed6e6fd7dd
21 changed files with 45 additions and 55 deletions

View File

@@ -63,7 +63,7 @@ export default function({ types: t }) {
cached = t.cloneDeep(cached);
} else {
cached = addDefault(file.path, source, {
importedInterop: "compiled",
importedInterop: "uncompiled",
nameHint,
blockHoist,
});