Skip to content

Commit 935c5a9

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/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/babel:setup-env-development.js Please contact the author of the transform if you believe there was an error.
1 parent 4709c56 commit 935c5a9

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
@@ -132,7 +132,22 @@
132132
]
133133
},
134134
"development": {
135-
"sourceMaps": "inline"
135+
"sourceMaps": "inline",
136+
"presets": [
137+
"babel-preset-power-assert"
138+
],
139+
"plugins": [
140+
[
141+
"transform-remove-console",
142+
{
143+
"exclude": [
144+
"log",
145+
"error",
146+
"warn"
147+
]
148+
}
149+
]
150+
]
136151
},
137152
"production": {
138153
"sourceMaps": "inline"

0 commit comments

Comments
 (0)