rename babel-plugin-external-helpers-2 to babel-plugin-external-helpers
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers-2"]
|
||||
"plugins": ["external-helpers"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers-2", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
|
||||
"plugins": ["external-helpers", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user