Skip to content

Commit 28ce3ff

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 f2658a0 commit 28ce3ff

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
@@ -157,7 +157,17 @@
157157
],
158158
"sourceMaps": "inline"
159159
},
160-
"debug": {}
160+
"debug": {
161+
"presets": [
162+
[
163+
"@babel/preset-env",
164+
{
165+
"targets": "current node"
166+
}
167+
],
168+
"babel-preset-power-assert"
169+
]
170+
}
161171
}
162172
},
163173
"xo": {

0 commit comments

Comments
 (0)