UNPKG

488 BPlain TextView Raw
1{
2 "presets": [
3 "react-native",
4 [ "env", {
5 "modules": false,
6 "targets": {
7 "browsers": ["Android >= 4.4", "ios >= 9.0"],
8 "node": 4
9 },
10 "useBuiltIns": true,
11 "debug": false
12 }
13 ],
14 "stage-0",
15 "stage-1",
16 "stage-2"
17 ],
18 "plugins": [
19 "lodash",
20 "transform-runtime",
21 "transform-class-properties",
22 "transform-decorators-legacy",
23 "transform-object-rest-spread"
24 ],
25 "comments": false
26}