UNPKG

178 BPlain TextView Raw
1{
2 "presets": [
3 "es2015",
4 "stage-0"
5 ],
6 "plugins": [
7 [
8 "transform-runtime",
9 {
10 "helpers": false,
11 "polyfill": false
12 }
13 ]
14 ]
15}