Skip to content

Commit 241da00

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

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
@@ -137,7 +137,22 @@
137137
]
138138
},
139139
"development": {
140-
"sourceMaps": "inline"
140+
"sourceMaps": "inline",
141+
"presets": [
142+
"babel-preset-power-assert"
143+
],
144+
"plugins": [
145+
[
146+
"transform-remove-console",
147+
{
148+
"exclude": [
149+
"log",
150+
"error",
151+
"warn"
152+
]
153+
}
154+
]
155+
]
141156
}
142157
}
143158
}

0 commit comments

Comments
 (0)