We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab98a2 commit 3ed977dCopy full SHA for 3ed977d
package.json
@@ -47,5 +47,18 @@
47
"bugs": {
48
"url": "https://github.com/aureooms/js-gn/issues"
49
},
50
- "homepage": "https://aureooms.github.io/js-gn"
+ "homepage": "https://aureooms.github.io/js-gn",
51
+ "babel": {
52
+ "presets": [
53
+ "@babel/preset-env"
54
+ ],
55
+ "plugins": [
56
+ "@babel/plugin-proposal-async-generator-functions"
57
58
+ "env": {
59
+ "development": {
60
+ "sourceMaps": "inline"
61
+ }
62
63
64
}
0 commit comments