fix: remove redundant babel plugin (#42234)
@babel/plugin-proposal-class-properties is now included in preset-env
This commit is contained in:
committed by
GitHub
parent
821aee9687
commit
2648f75df6
@ -9,7 +9,6 @@
|
||||
],
|
||||
"plugins": [
|
||||
"babel-plugin-transform-function-bind",
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
|
Reference in New Issue
Block a user