474-transform

This commit is contained in:
Brian Ng
2017-05-23 08:05:42 -05:00
parent 01d5d5ebc7
commit afe85c11a7
4 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1 @@
export * as default from "foo";

View File

@@ -0,0 +1,2 @@
import * as _default from "foo";
export { _default as default };

View File

@@ -0,0 +1,3 @@
{
"plugins": ["external-helpers", "transform-export-extensions"]
}