Skip to content

Commit 3241aab

Browse files
committed
package updates
1 parent 5b9b9b5 commit 3241aab

File tree

3 files changed

+2200
-1151
lines changed

3 files changed

+2200
-1151
lines changed

.babelrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"modules": "auto"
7+
}
8+
]
9+
],
10+
"plugins": [
11+
"@babel/plugin-syntax-dynamic-import",
12+
["@babel/plugin-transform-runtime",
13+
{
14+
"regenerator": true
15+
}
16+
]
17+
]
18+
}

0 commit comments

Comments
 (0)