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"
|
||||
]
|
||||
|
@ -24,12 +24,6 @@
|
||||
],
|
||||
"plugins": [
|
||||
"preval",
|
||||
[
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
{
|
||||
"loose": true
|
||||
}
|
||||
],
|
||||
"@babel/plugin-syntax-dynamic-import",
|
||||
"babel-plugin-macros",
|
||||
[
|
||||
|
Reference in New Issue
Block a user