Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit ddbedf4

Browse files
author
David First
committed
move tests fixtures outside "src" to avoid breaking the build
1 parent a475791 commit ddbedf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+27
-10
lines changed

.babelrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"plugins": [
1111
["transform-flow-strip-types"],
1212
["babel-plugin-transform-builtin-extend", {
13-
"globals": ["Error", "Array"]
13+
"globals": ["Error", "Array", "Map"]
14+
}],
15+
["transform-runtime", {
16+
"helpers": false,
17+
"polyfill": false,
18+
"regenerator": true
1419
}],
1520
["syntax-async-functions"]
1621
]

0 commit comments

Comments
 (0)