Skip to content

Commit 8c90126

Browse files
🤖 config(babel): Setup development 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-development.js Please contact the author of the transform if you believe there was an error.
1 parent 93d0431 commit 8c90126

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,22 @@
101101
],
102102
"env": {
103103
"development": {
104-
"sourceMaps": "inline"
104+
"sourceMaps": "inline",
105+
"presets": [
106+
"babel-preset-power-assert"
107+
],
108+
"plugins": [
109+
[
110+
"transform-remove-console",
111+
{
112+
"exclude": [
113+
"log",
114+
"error",
115+
"warn"
116+
]
117+
}
118+
]
119+
]
105120
},
106121
"cover": {
107122
"sourceMaps": "both",

0 commit comments

Comments
 (0)