Skip to content

Commit 17ebe2d

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

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
@@ -100,7 +100,17 @@
100100
]
101101
],
102102
"env": {
103-
"debug": {},
103+
"debug": {
104+
"presets": [
105+
[
106+
"@babel/preset-env",
107+
{
108+
"targets": "current node"
109+
}
110+
],
111+
"babel-preset-power-assert"
112+
]
113+
},
104114
"test": {
105115
"sourceMaps": "inline",
106116
"presets": [

0 commit comments

Comments
 (0)