Skip to content

Commit cf33aa3

Browse files
🤖 config(babel): Setup cover 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-cover.js Please contact the author of the transform if you believe there was an error.
1 parent 98a4dc7 commit cf33aa3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

package.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,30 @@
9393
]
9494
],
9595
"env": {
96-
"cover": {},
96+
"cover": {
97+
"sourceMaps": "both",
98+
"presets": [
99+
[
100+
"@babel/preset-env",
101+
{
102+
"targets": "current node"
103+
}
104+
],
105+
"babel-preset-power-assert"
106+
],
107+
"plugins": [
108+
[
109+
"transform-remove-console",
110+
{
111+
"exclude": [
112+
"log",
113+
"error",
114+
"warn"
115+
]
116+
}
117+
]
118+
]
119+
},
97120
"development": {
98121
"sourceMaps": "inline"
99122
}

0 commit comments

Comments
 (0)