We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b5c93 commit db068f5Copy full SHA for db068f5
package.json
@@ -94,7 +94,22 @@
94
],
95
"env": {
96
"development": {
97
- "sourceMaps": "inline"
+ "sourceMaps": "inline",
98
+ "presets": [
99
+ "babel-preset-power-assert"
100
+ ],
101
+ "plugins": [
102
+ [
103
+ "transform-remove-console",
104
+ {
105
+ "exclude": [
106
+ "log",
107
+ "error",
108
+ "warn"
109
+ ]
110
+ }
111
112
113
},
114
"debug": {
115
"presets": [
0 commit comments