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 7fff7cf commit 0450095Copy full SHA for 0450095
package.json
@@ -120,7 +120,30 @@
120
]
121
122
},
123
- "cover": {},
+ "cover": {
124
+ "sourceMaps": "both",
125
+ "presets": [
126
+ [
127
+ "@babel/preset-env",
128
+ {
129
+ "targets": "current node"
130
+ }
131
+ ],
132
+ "babel-preset-power-assert"
133
134
+ "plugins": [
135
136
+ "transform-remove-console",
137
138
+ "exclude": [
139
+ "log",
140
+ "error",
141
+ "warn"
142
+ ]
143
144
145
146
+ },
147
"development": {
148
"sourceMaps": "inline",
149
"presets": [
0 commit comments