Rename all proposal plugins to -proposal- from -transform- (#6570)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": [["transform-class-properties", {"loose": true}], "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": [["proposal-class-properties", {"loose": true}], "transform-react-constant-elements", "syntax-jsx"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["transform-class-properties", {"loose": true}]]
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["proposal-class-properties", {"loose": true}]]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["transform-class-properties", {"loose": true}]]
|
||||
"plugins": ["syntax-jsx", "transform-react-constant-elements", ["proposal-class-properties", {"loose": true}]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user