Skip to content

Commit ef01fad

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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 3c713a2 commit ef01fad

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,17 @@
169169
]
170170
]
171171
},
172-
"debug": {}
172+
"debug": {
173+
"presets": [
174+
[
175+
"@babel/preset-env",
176+
{
177+
"targets": "current node"
178+
}
179+
],
180+
"babel-preset-power-assert"
181+
]
182+
}
173183
}
174184
},
175185
"xo": {

0 commit comments

Comments
 (0)