Skip to content

Commit c24dfa2

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 a3e4fc2 commit c24dfa2

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

0 commit comments

Comments
 (0)