UNPKG

178 BPlain TextView Raw
1{
2 "presets": [
3 ["env", { "modules": false }],
4 "stage-3"
5 ],
6 "plugins": [
7 ["transform-runtime", {
8 "polyfill": false,
9 "regenerator": true
10 }]
11 ]
12}