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