Skip to content

Commit 2b5caf1

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

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
@@ -101,7 +101,17 @@
101101
]
102102
],
103103
"env": {
104-
"debug": {},
104+
"debug": {
105+
"presets": [
106+
[
107+
"@babel/preset-env",
108+
{
109+
"targets": "current node"
110+
}
111+
],
112+
"babel-preset-power-assert"
113+
]
114+
},
105115
"cover": {
106116
"sourceMaps": "both",
107117
"presets": [

0 commit comments

Comments
 (0)