File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,6 @@ module.exports = function getBabelConfig(api) {
62
62
} ,
63
63
] ,
64
64
'babel-plugin-optimize-clsx' ,
65
- // Need the following 3 proposals for all targets in .browserslistrc.
66
- // With our usage the transpiled loose mode is equivalent to spec mode.
67
- [ '@babel/plugin-proposal-class-properties' , { loose : true } ] ,
68
- [ '@babel/plugin-proposal-private-methods' , { loose : true } ] ,
69
- [ '@babel/plugin-proposal-private-property-in-object' , { loose : true } ] ,
70
- [ '@babel/plugin-proposal-object-rest-spread' , { loose : true } ] ,
71
65
[
72
66
'@babel/plugin-transform-runtime' ,
73
67
{
Original file line number Diff line number Diff line change 76
76
"@babel/cli" : " ^7.21.0" ,
77
77
"@babel/core" : " ^7.21.4" ,
78
78
"@babel/node" : " ^7.20.7" ,
79
- "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
80
- "@babel/plugin-proposal-object-rest-spread" : " ^7.20.7" ,
81
79
"@babel/plugin-transform-object-assign" : " ^7.18.6" ,
82
80
"@babel/plugin-transform-react-constant-elements" : " ^7.21.3" ,
83
81
"@babel/plugin-transform-runtime" : " ^7.21.4" ,
210
208
"resolutions" : {
211
209
"**/@babel/core" : " ^7.21.4" ,
212
210
"**/@babel/code-frame" : " ^7.21.4" ,
213
- "**/@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
214
- "**/@babel/plugin-proposal-object-rest-spread" : " ^7.20.7" ,
215
- "**/@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.18.6" ,
216
- "**/@babel/plugin-proposal-numeric-separator" : " ^7.18.6" ,
217
- "**/@babel/plugin-proposal-optional-chaining" : " ^7.21.0" ,
218
211
"**/@babel/plugin-transform-destructuring" : " npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2" ,
219
212
"**/@babel/plugin-transform-runtime" : " ^7.21.4" ,
220
213
"**/@babel/preset-env" : " ^7.21.4" ,
You can’t perform that action at this time.
0 commit comments