Skip to content

Commit 93d0431

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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/babel:setup-env-debug.js Please contact the author of the transform if you believe there was an error.
1 parent 93219d5 commit 93d0431

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
@@ -127,7 +127,17 @@
127127
]
128128
]
129129
},
130-
"debug": {}
130+
"debug": {
131+
"presets": [
132+
[
133+
"@babel/preset-env",
134+
{
135+
"targets": "current node"
136+
}
137+
],
138+
"babel-preset-power-assert"
139+
]
140+
}
131141
}
132142
}
133143
}

0 commit comments

Comments
 (0)