We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207c28f commit 6bbde3cCopy full SHA for 6bbde3c
babel.config.js
@@ -41,6 +41,7 @@ const plugins = [
41
* TODO use externalHelpers instead of inlineHelpers,
42
* but we have to wait for this bug to be fixed:
43
* @link https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/62
44
+ * @link https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/78
45
*/
46
externalHelpers: false,
47
inlineHelpers: true
package.json
@@ -106,7 +106,7 @@
106
"@types/object-path": "0.11.1",
107
"@types/pouchdb-core": "7.0.9",
108
"@types/spark-md5": "3.0.2",
109
- "babel-plugin-transform-async-to-promises": "0.8.17",
+ "babel-plugin-transform-async-to-promises": "0.8.18",
110
"broadcast-channel": "4.9.0",
111
"clone": "^2.1.2",
112
"cors": "2.8.5",
0 commit comments