Skip to content

Commit 4560542

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

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
@@ -155,7 +155,17 @@
155155
],
156156
"sourceMaps": "inline"
157157
},
158-
"debug": {}
158+
"debug": {
159+
"presets": [
160+
[
161+
"@babel/preset-env",
162+
{
163+
"targets": "current node"
164+
}
165+
],
166+
"babel-preset-power-assert"
167+
]
168+
}
159169
}
160170
},
161171
"xo": {

0 commit comments

Comments
 (0)