Skip to content

Commit 5e83a80

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 87363b4 commit 5e83a80

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
@@ -107,7 +107,17 @@
107107
]
108108
],
109109
"env": {
110-
"debug": {},
110+
"debug": {
111+
"presets": [
112+
[
113+
"@babel/preset-env",
114+
{
115+
"targets": "current node"
116+
}
117+
],
118+
"babel-preset-power-assert"
119+
]
120+
},
111121
"test": {
112122
"sourceMaps": "inline",
113123
"presets": [

0 commit comments

Comments
 (0)