Skip to content

Commit 02b5c93

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 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 2e35066 commit 02b5c93

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
@@ -96,7 +96,17 @@
9696
"development": {
9797
"sourceMaps": "inline"
9898
},
99-
"debug": {}
99+
"debug": {
100+
"presets": [
101+
[
102+
"@babel/preset-env",
103+
{
104+
"targets": "current node"
105+
}
106+
],
107+
"babel-preset-power-assert"
108+
]
109+
}
100110
}
101111
}
102112
}

0 commit comments

Comments
 (0)
Please sign in to comment.