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 0e6a1ec commit 424b614Copy full SHA for 424b614
package.json
@@ -102,7 +102,17 @@
102
]
103
],
104
"env": {
105
- "debug": {},
+ "debug": {
106
+ "presets": [
107
+ [
108
+ "@babel/preset-env",
109
+ {
110
+ "targets": "current node"
111
+ }
112
+ ],
113
+ "babel-preset-power-assert"
114
+ ]
115
+ },
116
"test": {
117
"sourceMaps": "inline",
118
"presets": [
0 commit comments