Skip to content

Commit 4f7170d

Browse files
😒 chore(deps-dev): Configure babel.
1 parent fd3c096 commit 4f7170d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,18 @@
5252
"license": "AGPL-3.0",
5353
"spm": {
5454
"main": "js/dist/dll.js"
55+
},
56+
"babel": {
57+
"presets": [
58+
"@babel/preset-env"
59+
],
60+
"plugins": [
61+
"@babel/plugin-proposal-async-generator-functions"
62+
],
63+
"env": {
64+
"development": {
65+
"sourceMaps": "inline"
66+
}
67+
}
5568
}
5669
}

0 commit comments

Comments
 (0)