Skip to content

Commit 17fdd6f

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 7ee107a commit 17fdd6f

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
@@ -113,7 +113,17 @@
113113
]
114114
],
115115
"env": {
116-
"debug": {},
116+
"debug": {
117+
"presets": [
118+
[
119+
"@babel/preset-env",
120+
{
121+
"targets": "current node"
122+
}
123+
],
124+
"babel-preset-power-assert"
125+
]
126+
},
117127
"test": {
118128
"sourceMaps": "inline",
119129
"presets": [

0 commit comments

Comments
 (0)