Rename all proposal plugins to -proposal- from -transform- (#6570)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["transform-decorators"]
|
||||
"plugins": ["proposal-decorators"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators", "transform-es2015-modules-commonjs"]
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "proposal-decorators", "transform-es2015-modules-commonjs"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "proposal-decorators"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "proposal-decorators"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "proposal-decorators"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user