Remove babel-plugin-transform-async-to-module-method
Everything we support supports async/await now, so stop converting to Bluebird coroutine().
This commit is contained in:
parent
7d14da3a8c
commit
e14b8f94bd
7
.babelrc
7
.babelrc
|
@ -27,13 +27,6 @@
|
||||||
"syntax-object-rest-spread",
|
"syntax-object-rest-spread",
|
||||||
"transform-react-jsx",
|
"transform-react-jsx",
|
||||||
"transform-react-display-name",
|
"transform-react-display-name",
|
||||||
[
|
|
||||||
"transform-async-to-module-method",
|
|
||||||
{
|
|
||||||
"module": "resource://zotero/bluebird.js",
|
|
||||||
"method": "coroutine"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"transform-es2015-modules-commonjs",
|
"transform-es2015-modules-commonjs",
|
||||||
{
|
{
|
||||||
|
|
2162
package-lock.json
generated
2162
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -30,7 +30,6 @@
|
||||||
"babel-plugin-syntax-flow": "^6.13.0",
|
"babel-plugin-syntax-flow": "^6.13.0",
|
||||||
"babel-plugin-syntax-jsx": "^6.13.0",
|
"babel-plugin-syntax-jsx": "^6.13.0",
|
||||||
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
||||||
"babel-plugin-transform-async-to-module-method": "^6.16.0",
|
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
||||||
"babel-preset-react": "^6.16.0",
|
"babel-preset-react": "^6.16.0",
|
||||||
"browserify": "^14.3.0",
|
"browserify": "^14.3.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user