File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 19
19
" @babel/preset-env"
20
20
],
21
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
+ },
22
40
"development" : {
41
+ "presets" : [
42
+ " babel-preset-power-assert"
43
+ ],
44
+ "plugins" : [
45
+ [
46
+ " transform-remove-console" ,
47
+ {
48
+ "exclude" : [
49
+ " log" ,
50
+ " error" ,
51
+ " warn"
52
+ ]
53
+ }
54
+ ]
55
+ ],
56
+ "sourceMaps" : " inline"
57
+ },
58
+ "production" : {
59
+ "plugins" : [
60
+ " babel-plugin-unassert" ,
61
+ [
62
+ " transform-remove-console" ,
63
+ {
64
+ "exclude" : [
65
+ " log" ,
66
+ " error" ,
67
+ " warn"
68
+ ]
69
+ }
70
+ ]
71
+ ],
23
72
"sourceMaps" : " inline"
24
73
}
25
74
}
You can’t perform that action at this time.
0 commit comments