File tree Expand file tree Collapse file tree 4 files changed +8688
-5151
lines changed Expand file tree Collapse file tree 4 files changed +8688
-5151
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments