Skip to content

Commit f579267

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

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
@@ -91,7 +91,17 @@
9191
"development": {
9292
"sourceMaps": "inline"
9393
},
94-
"debug": {}
94+
"debug": {
95+
"presets": [
96+
[
97+
"@babel/preset-env",
98+
{
99+
"targets": "current node"
100+
}
101+
],
102+
"babel-preset-power-assert"
103+
]
104+
}
95105
}
96106
}
97107
}

0 commit comments

Comments
 (0)