Skip to content

Commit bc9e778

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 b5cfc21 commit bc9e778

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
@@ -129,7 +129,22 @@
129129
]
130130
},
131131
"development": {
132-
"sourceMaps": "inline"
132+
"sourceMaps": "inline",
133+
"presets": [
134+
"babel-preset-power-assert"
135+
],
136+
"plugins": [
137+
[
138+
"transform-remove-console",
139+
{
140+
"exclude": [
141+
"log",
142+
"error",
143+
"warn"
144+
]
145+
}
146+
]
147+
]
133148
}
134149
}
135150
}

0 commit comments

Comments
 (0)