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 98a4dc7 commit cf33aa3Copy full SHA for cf33aa3
package.json
@@ -93,7 +93,30 @@
93
]
94
],
95
"env": {
96
- "cover": {},
+ "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
+ },
120
"development": {
121
"sourceMaps": "inline"
122
}
0 commit comments