Skip to content

Commit fc000fa

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 5bcd550 commit fc000fa

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
@@ -178,7 +178,17 @@
178178
]
179179
]
180180
},
181-
"debug": {}
181+
"debug": {
182+
"presets": [
183+
[
184+
"@babel/preset-env",
185+
{
186+
"targets": "current node"
187+
}
188+
],
189+
"babel-preset-power-assert"
190+
]
191+
}
182192
}
183193
}
184194
}

0 commit comments

Comments
 (0)