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 3473680 commit 2f4036cCopy full SHA for 2f4036c
package.json
@@ -93,7 +93,22 @@
93
],
94
"env": {
95
"development": {
96
- "sourceMaps": "inline"
+ "sourceMaps": "inline",
97
+ "presets": [
98
+ "babel-preset-power-assert"
99
+ ],
100
+ "plugins": [
101
+ [
102
+ "transform-remove-console",
103
+ {
104
+ "exclude": [
105
+ "log",
106
+ "error",
107
+ "warn"
108
+ ]
109
+ }
110
111
112
},
113
"cover": {
114
"sourceMaps": "both",
0 commit comments