Skip to content

Commit b5cfc21

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 972b937 commit b5cfc21

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
@@ -93,7 +93,17 @@
9393
]
9494
],
9595
"env": {
96-
"debug": {},
96+
"debug": {
97+
"presets": [
98+
[
99+
"@babel/preset-env",
100+
{
101+
"targets": "current node"
102+
}
103+
],
104+
"babel-preset-power-assert"
105+
]
106+
},
97107
"cover": {
98108
"sourceMaps": "both",
99109
"presets": [

0 commit comments

Comments
 (0)