Skip to content

Commit 7c38838

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 d84dfa3 commit 7c38838

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
@@ -97,7 +97,17 @@
9797
]
9898
],
9999
"env": {
100-
"debug": {},
100+
"debug": {
101+
"presets": [
102+
[
103+
"@babel/preset-env",
104+
{
105+
"targets": "current node"
106+
}
107+
],
108+
"babel-preset-power-assert"
109+
]
110+
},
101111
"test": {
102112
"sourceMaps": "inline",
103113
"presets": [

0 commit comments

Comments
 (0)