|
1 | 1 | {
|
| 2 | + "presets": [["env", { |
| 3 | + "targets": { |
| 4 | + "node": 4, |
| 5 | + "browsers": [ |
| 6 | + "ie 9", |
| 7 | + "ios 9", |
| 8 | + "last 2 chrome versions", |
| 9 | + "last 2 edge versions", |
| 10 | + "last 2 firefox versions", |
| 11 | + ] |
| 12 | + } |
| 13 | + }]], |
2 | 14 | "plugins": [
|
3 | 15 | "./resources/inline-invariant",
|
4 | 16 | "syntax-async-functions",
|
5 | 17 | "syntax-async-generators",
|
6 | 18 | "transform-class-properties",
|
| 19 | + "transform-es3-property-literals", |
7 | 20 | "transform-flow-strip-types",
|
8 | 21 | "transform-object-rest-spread",
|
9 |
| - "transform-es2015-template-literals", |
10 |
| - "transform-es2015-literals", |
11 |
| - "transform-es2015-function-name", |
12 |
| - "transform-es2015-arrow-functions", |
13 |
| - "transform-es2015-block-scoped-functions", |
14 | 22 | ["transform-es2015-classes", {"loose": true}],
|
15 |
| - "transform-es2015-object-super", |
16 |
| - "transform-es2015-shorthand-properties", |
17 |
| - "transform-es2015-duplicate-keys", |
18 |
| - "transform-es2015-computed-properties", |
19 |
| - "check-es2015-constants", |
20 |
| - ["transform-es2015-spread", {"loose": true}], |
21 |
| - "transform-es2015-parameters", |
22 | 23 | ["transform-es2015-destructuring", {"loose": true}],
|
23 |
| - "transform-es2015-block-scoping", |
24 |
| - "transform-es2015-modules-commonjs", |
25 |
| - "transform-regenerator", |
26 |
| - "transform-es3-property-literals" |
| 24 | + ["transform-es2015-spread", {"loose": true}] |
27 | 25 | ]
|
28 | 26 | }
|
0 commit comments