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 4709c56 commit 935c5a9Copy full SHA for 935c5a9
package.json
@@ -132,7 +132,22 @@
132
]
133
},
134
"development": {
135
- "sourceMaps": "inline"
+ "sourceMaps": "inline",
136
+ "presets": [
137
+ "babel-preset-power-assert"
138
+ ],
139
+ "plugins": [
140
+ [
141
+ "transform-remove-console",
142
+ {
143
+ "exclude": [
144
+ "log",
145
+ "error",
146
+ "warn"
147
+ ]
148
+ }
149
150
151
152
"production": {
153
"sourceMaps": "inline"
0 commit comments