Skip to content

Commit 9a219e3

Browse files
committed
Upgraded deps
1 parent 349e546 commit 9a219e3

File tree

4 files changed

+8688
-5151
lines changed

4 files changed

+8688
-5151
lines changed

.babelrc

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
{
22
"presets": [
33
[
4-
"env",
4+
"@babel/preset-env",
55
{
6+
"loose": true,
67
"targets": {
78
"node": "8"
89
}
910
}
1011
],
11-
"stage-2"
12+
"@babel/preset-flow"
1213
],
13-
"plugins": ["transform-flow-strip-types"]
14+
"plugins": [
15+
"@babel/plugin-transform-flow-strip-types",
16+
"@babel/plugin-syntax-dynamic-import",
17+
"@babel/plugin-syntax-import-meta",
18+
"@babel/plugin-proposal-class-properties",
19+
"@babel/plugin-proposal-json-strings",
20+
[
21+
"@babel/plugin-proposal-decorators",
22+
{
23+
"legacy": true
24+
}
25+
],
26+
"@babel/plugin-proposal-function-sent",
27+
"@babel/plugin-proposal-export-namespace-from",
28+
"@babel/plugin-proposal-numeric-separator",
29+
"@babel/plugin-proposal-throw-expressions"
30+
]
1431
}

0 commit comments

Comments
 (0)