remove es20xx prefixes from plugins and rename folders (#6575)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"plugins": [
|
||||
"syntax-jsx",
|
||||
"transform-es2015-destructuring",
|
||||
"transform-destructuring",
|
||||
"transform-react-constant-elements"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-es2015-parameters",
|
||||
"transform-parameters",
|
||||
"transform-react-constant-elements",
|
||||
"transform-es2015-block-scoping",
|
||||
"transform-block-scoping",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-es2015-parameters",
|
||||
"transform-parameters",
|
||||
"transform-react-constant-elements",
|
||||
"transform-es2015-block-scoping",
|
||||
"transform-block-scoping",
|
||||
"syntax-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"plugins": [
|
||||
"syntax-jsx",
|
||||
"transform-es2015-block-scoping",
|
||||
"transform-block-scoping",
|
||||
"transform-react-constant-elements"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-es2015-destructuring", "transform-es2015-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": ["transform-destructuring", "transform-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-es2015-destructuring", "transform-es2015-parameters",
|
||||
"transform-es2015-spread", "syntax-object-rest-spread",
|
||||
"plugins": ["transform-destructuring", "transform-parameters",
|
||||
"transform-spread", "syntax-object-rest-spread",
|
||||
"transform-react-constant-elements", "syntax-jsx", "external-helpers"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-es2015-destructuring", "transform-es2015-parameters",
|
||||
"transform-es2015-spread", "syntax-object-rest-spread",
|
||||
"plugins": ["transform-destructuring", "transform-parameters",
|
||||
"transform-spread", "syntax-object-rest-spread",
|
||||
"transform-react-constant-elements", "syntax-jsx", "external-helpers"]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
|
||||
"plugins": ["transform-es2015-destructuring", "transform-es2015-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
"plugins": ["transform-destructuring", "transform-parameters", "transform-react-constant-elements", "syntax-jsx"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user