File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "plugins" : [
33 " transform-object-rest-spread" ,
4- " transform-flow-strip-types" ,
4+ " transform-flow-strip-types"
55 ],
66 "env" : {
77 "cjs" : {
88 "plugins" : [
9+ " transform-object-rest-spread" ,
10+ " transform-flow-strip-types" ,
911 " transform-class-properties" ,
1012 [" transform-runtime" , { "polyfill" : false }]
1113 ],
1214 "presets" : [
1315 [" env" , {
1416 "targets" : {
1517 "node" : 4
16- },
18+ }
1719 }]
18- ],
20+ ]
1921 },
2022 "mjs" : {
21- "plugins" : [" transform-class-properties" ],
23+ "plugins" : [
24+ " transform-object-rest-spread" ,
25+ " transform-flow-strip-types" ,
26+ " transform-class-properties"
27+ ],
2228 "presets" : [
2329 [
2430 " env" ,
3339 ]
3440 },
3541 "test" : {
36- "plugins" : [" transform-class-properties" ],
42+ "plugins" : [
43+ " transform-class-properties" ,
44+ " transform-object-rest-spread" ,
45+ " transform-flow-strip-types"
46+ ],
3747 "presets" : [
3848 [" env" , {
3949 "targets" : {
4050 "node" : " current"
41- },
51+ }
4252 }]
4353 ]
4454 }
You can’t perform that action at this time.
0 commit comments