Skip to content

Commit 85934e6

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/babel:setup-env-development.js Please contact the author of the transform if you believe there was an error.
1 parent aefae54 commit 85934e6

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

0 commit comments

Comments
 (0)