-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathbabel.renderer-output.json
More file actions
28 lines (28 loc) · 740 Bytes
/
babel.renderer-output.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"chrome >= 68"
]
},
"useBuiltIns": false,
"corejs": false,
"forceAllTransforms": false,
"bugfixes": false,
"exclude": [
"transform-typeof-symbol",
"transform-for-of",
"transform-destructuring",
"transform-spread",
"transform-parameters"
]
}
]
],
"plugins": [
"@babel/plugin-transform-class-properties"
]
}