rename babel-plugin-external-helpers-2 to babel-plugin-external-helpers

This commit is contained in:
Sebastian McKenzie
2015-12-24 03:54:40 +00:00
parent 730e80b231
commit 1fa24b1efd
49 changed files with 52 additions and 52 deletions

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2", "transform-es2015-function-name", ["transform-es2015-classes", { "loose": true }], "transform-es2015-spread", "transform-es2015-block-scoping"]
"plugins": ["external-helpers", "transform-es2015-function-name", ["transform-es2015-classes", { "loose": true }], "transform-es2015-spread", "transform-es2015-block-scoping"]
}

View File

@@ -1,4 +1,4 @@
{
"plugins": ["external-helpers-2"],
"plugins": ["external-helpers"],
"presets": ["es2015"]
}

View File

@@ -1,4 +1,4 @@
{
"plugins": ["external-helpers-2", "transform-class-properties"],
"plugins": ["external-helpers", "transform-class-properties"],
"presets": ["es2015", "react"]
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping", "transform-es2015-modules-commonjs"]
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping", "transform-es2015-modules-commonjs"]
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping"]
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping"]
}