Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit a1eb523

Browse files
authored
fix: use find to infer fields COMPASS-4154 (#232)
* load fields with find * feat: load export fields with find
1 parent 281a825 commit a1eb523

File tree

7 files changed

+291
-213
lines changed

7 files changed

+291
-213
lines changed

.babelrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"syntax-object-rest-spread",
1313
"transform-object-rest-spread",
1414
"transform-class-properties",
15-
"syntax-dynamic-import"
15+
"syntax-dynamic-import",
16+
["transform-runtime", { "regenerator": true }]
1617
]
1718
}
1819
},
@@ -25,6 +26,7 @@
2526
"syntax-object-rest-spread",
2627
"transform-object-rest-spread",
2728
"transform-class-properties",
28-
"syntax-dynamic-import"
29+
"syntax-dynamic-import",
30+
["transform-runtime", { "regenerator": true }]
2931
]
3032
}

0 commit comments

Comments
 (0)