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 6a2d68d commit c629ccfCopy full SHA for c629ccf
package.json
@@ -110,7 +110,17 @@
110
]
111
],
112
"env": {
113
- "debug": {},
+ "debug": {
114
+ "presets": [
115
+ [
116
+ "@babel/preset-env",
117
+ {
118
+ "targets": "current node"
119
+ }
120
+ ],
121
+ "babel-preset-power-assert"
122
+ ]
123
+ },
124
"test": {
125
"sourceMaps": "inline",
126
"presets": [
0 commit comments