We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66e61 commit ca3493aCopy full SHA for ca3493a
package.json
@@ -154,7 +154,30 @@
154
],
155
"sourceMaps": "inline"
156
},
157
- "cover": {}
+ "cover": {
158
+ "sourceMaps": "both",
159
+ "presets": [
160
+ [
161
+ "@babel/preset-env",
162
+ {
163
+ "targets": "current node"
164
+ }
165
+ ],
166
+ "babel-preset-power-assert"
167
168
+ "plugins": [
169
170
+ "transform-remove-console",
171
172
+ "exclude": [
173
+ "log",
174
+ "error",
175
+ "warn"
176
+ ]
177
178
179
180
181
}
182
183
0 commit comments