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:
Dan Stillman 2017-10-05 03:06:20 -04:00
parent 7d14da3a8c
commit e14b8f94bd
3 changed files with 1723 additions and 447 deletions

View File

@ -27,13 +27,6 @@
"syntax-object-rest-spread",
"transform-react-jsx",
"transform-react-display-name",
[
"transform-async-to-module-method",
{
"module": "resource://zotero/bluebird.js",
"method": "coroutine"
}
],
[
"transform-es2015-modules-commonjs",
{

2160
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,6 @@
"babel-plugin-syntax-flow": "^6.13.0",
"babel-plugin-syntax-jsx": "^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-preset-react": "^6.16.0",
"browserify": "^14.3.0",