Skip to content

Commit 3ed977d

Browse files
😒 chore(deps-dev): Configure babel.
1 parent 0ab98a2 commit 3ed977d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,18 @@
4747
"bugs": {
4848
"url": "https://github.com/aureooms/js-gn/issues"
4949
},
50-
"homepage": "https://aureooms.github.io/js-gn"
50+
"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+
}
5164
}

0 commit comments

Comments
 (0)