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 ce842f0 commit aefae54Copy full SHA for aefae54
package.json
@@ -100,7 +100,17 @@
100
"@babel/plugin-proposal-async-generator-functions"
101
],
102
"env": {
103
- "debug": {},
+ "debug": {
104
+ "presets": [
105
+ [
106
+ "@babel/preset-env",
107
+ {
108
+ "targets": "current node"
109
+ }
110
+ ],
111
+ "babel-preset-power-assert"
112
+ ]
113
+ },
114
"cover": {
115
"sourceMaps": "both",
116
"presets": [
0 commit comments