UNPKG

177 BPlain TextView Raw
1{
2 "presets": [
3 "env",
4 "stage-0"
5 ],
6 "plugins": [
7 [
8 "transform-runtime",
9 {
10 "polyfill": false,
11 "regenerator": true
12 }
13 ]
14 ]
15}
\No newline at end of file