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 e43e8b4 commit 6325514Copy full SHA for 6325514
package.json
@@ -150,6 +150,12 @@
150
"babel-preset-power-assert"
151
]
152
},
153
+ "cover": {
154
+ "sourceMaps": "both",
155
+ "presets": [
156
+ "babel-preset-power-assert"
157
+ ]
158
+ },
159
"development": {
160
"presets": [
161
[
@@ -179,12 +185,6 @@
179
185
"plugins": [
180
186
"babel-plugin-unassert"
181
187
182
- },
183
- "cover": {
184
- "sourceMaps": "both",
- "presets": [
- "babel-preset-power-assert"
- ]
188
}
189
190
0 commit comments