Export babel-runtime helpers as standard CommonJS.
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user