Skip to content

Commit 6c6e60b

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

+11-1
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)