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 f7fc0f2 commit 17ebe2dCopy full SHA for 17ebe2d
package.json
@@ -100,7 +100,17 @@
100
]
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
"test": {
115
"sourceMaps": "inline",
116
"presets": [
0 commit comments