Skip to content

Commit 4e7506b

Browse files
🤖 config(babel): Setup development environment.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1e99a03141f51bbb455be0733469df94f868e671/src/transforms/babel:setup-env-development.js Please contact the author of the transform if you believe there was an error.
1 parent 7948978 commit 4e7506b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,18 @@
185185
}
186186
],
187187
"babel-preset-power-assert"
188+
],
189+
"plugins": [
190+
[
191+
"transform-remove-console",
192+
{
193+
"exclude": [
194+
"log",
195+
"error",
196+
"warn"
197+
]
198+
}
199+
]
188200
]
189201
},
190202
"production": {

0 commit comments

Comments
 (0)