Skip to content

Commit c629ccf

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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 6a2d68d commit c629ccf

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
@@ -110,7 +110,17 @@
110110
]
111111
],
112112
"env": {
113-
"debug": {},
113+
"debug": {
114+
"presets": [
115+
[
116+
"@babel/preset-env",
117+
{
118+
"targets": "current node"
119+
}
120+
],
121+
"babel-preset-power-assert"
122+
]
123+
},
114124
"test": {
115125
"sourceMaps": "inline",
116126
"presets": [

0 commit comments

Comments
 (0)