File tree 2 files changed +22
-6
lines changed
2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
1
!.*
2
- node_modules/**
2
+ node_modules/**
3
+ dist/**
Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ export default () => {
68
68
} ) ,
69
69
vue ( {
70
70
template : {
71
- isProduction : true
71
+ isProduction : true ,
72
+ compilerOptions : {
73
+ preserveWhitespace : false
74
+ }
72
75
}
73
76
} ) ,
74
77
babel ( babelConfig ) ,
@@ -131,7 +134,10 @@ export default () => {
131
134
} ) ,
132
135
vue ( {
133
136
template : {
134
- isProduction : true
137
+ isProduction : true ,
138
+ compilerOptions : {
139
+ preserveWhitespace : false
140
+ }
135
141
}
136
142
} ) ,
137
143
babel ( babelConfig ) ,
@@ -152,7 +158,10 @@ export default () => {
152
158
} ) ,
153
159
vue ( {
154
160
template : {
155
- isProduction : true
161
+ isProduction : true ,
162
+ compilerOptions : {
163
+ preserveWhitespace : false
164
+ }
156
165
}
157
166
} ) ,
158
167
babel ( babelConfig ) ,
@@ -178,7 +187,10 @@ export default () => {
178
187
} ) ,
179
188
vue ( {
180
189
template : {
181
- isProduction : true
190
+ isProduction : true ,
191
+ compilerOptions : {
192
+ preserveWhitespace : false
193
+ }
182
194
}
183
195
} ) ,
184
196
babel ( babelConfig ) ,
@@ -199,7 +211,10 @@ export default () => {
199
211
} ) ,
200
212
vue ( {
201
213
template : {
202
- isProduction : true
214
+ isProduction : true ,
215
+ compilerOptions : {
216
+ preserveWhitespace : false
217
+ }
203
218
}
204
219
} ) ,
205
220
babel ( babelConfig ) ,
You can’t perform that action at this time.
0 commit comments