Skip to content

Commit 3473680

Browse files
🤖 config(babel): Setup debug environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent fa7435b commit 3473680

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,17 @@
119119
]
120120
]
121121
},
122-
"debug": {}
122+
"debug": {
123+
"presets": [
124+
[
125+
"@babel/preset-env",
126+
{
127+
"targets": "current node"
128+
}
129+
],
130+
"babel-preset-power-assert"
131+
]
132+
}
123133
}
124134
},
125135
"xo": {

0 commit comments

Comments
 (0)