Skip to content

Commit 8405e91

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 3ceb8a5 commit 8405e91

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
@@ -159,7 +159,17 @@
159159
],
160160
"sourceMaps": "inline"
161161
},
162-
"debug": {}
162+
"debug": {
163+
"presets": [
164+
[
165+
"@babel/preset-env",
166+
{
167+
"targets": "current node"
168+
}
169+
],
170+
"babel-preset-power-assert"
171+
]
172+
}
163173
}
164174
}
165175
}

0 commit comments

Comments
 (0)