Skip to content

Commit 83a9e21

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

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)