Skip to content

Commit 2f4036c

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/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/babel:setup-env-development.js Please contact the author of the transform if you believe there was an error.
1 parent 3473680 commit 2f4036c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,22 @@
9393
],
9494
"env": {
9595
"development": {
96-
"sourceMaps": "inline"
96+
"sourceMaps": "inline",
97+
"presets": [
98+
"babel-preset-power-assert"
99+
],
100+
"plugins": [
101+
[
102+
"transform-remove-console",
103+
{
104+
"exclude": [
105+
"log",
106+
"error",
107+
"warn"
108+
]
109+
}
110+
]
111+
]
97112
},
98113
"cover": {
99114
"sourceMaps": "both",

0 commit comments

Comments
 (0)