File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 105
105
]
106
106
],
107
107
"env" : {
108
+ "debug" : {
109
+ "presets" : [
110
+ [
111
+ " @babel/preset-env" ,
112
+ {
113
+ "targets" : " current node"
114
+ }
115
+ ],
116
+ " babel-preset-power-assert"
117
+ ]
118
+ },
119
+ "test" : {},
108
120
"development" : {
109
121
"sourceMaps" : " inline" ,
110
122
"presets" : [
123
135
]
124
136
]
125
137
},
126
- "cover" : {
127
- "sourceMaps" : " both" ,
128
- "presets" : [
129
- [
130
- " @babel/preset-env" ,
131
- {
132
- "targets" : " current node"
133
- }
134
- ],
135
- " babel-preset-power-assert"
136
- ],
138
+ "production" : {
137
139
"plugins" : [
140
+ " babel-plugin-unassert" ,
138
141
[
139
142
" transform-remove-console" ,
140
143
{
147
150
]
148
151
]
149
152
},
150
- "debug" : {
153
+ "cover" : {
154
+ "sourceMaps" : " both" ,
151
155
"presets" : [
152
156
[
153
157
" @babel/preset-env" ,
156
160
}
157
161
],
158
162
" babel-preset-power-assert"
159
- ]
160
- },
161
- "production" : {
163
+ ],
162
164
"plugins" : [
163
- " babel-plugin-unassert" ,
164
165
[
165
166
" transform-remove-console" ,
166
167
{
172
173
}
173
174
]
174
175
]
175
- },
176
- "test" : {}
176
+ }
177
177
}
178
178
},
179
179
"xo" : {
You can’t perform that action at this time.
0 commit comments