We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b978c41 commit 80853a8Copy full SHA for 80853a8
package.json
@@ -18,7 +18,56 @@
18
"@babel/preset-env"
19
],
20
"env": {
21
+ "test": {
22
+ "presets": [
23
+ "babel-preset-power-assert"
24
+ ],
25
+ "plugins": [
26
+ [
27
+ "transform-remove-console",
28
+ {
29
+ "exclude": [
30
+ "log",
31
+ "error",
32
+ "warn"
33
+ ]
34
+ }
35
36
37
+ "sourceMaps": "inline"
38
+ },
39
"development": {
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
+ "production": {
58
59
+ "babel-plugin-unassert",
60
61
62
63
64
65
66
67
68
69
70
71
"sourceMaps": "inline"
72
}
73
0 commit comments