File tree 6 files changed +9532
-15677
lines changed
projects/angular-material-extensions/google-maps-autocomplete/src
6 files changed +9532
-15677
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ speed-measure-plugin*.json
32
32
.history /*
33
33
34
34
# misc
35
+ /.angular /cache
35
36
/.sass-cache
36
37
/connect.lock
37
38
/coverage
Original file line number Diff line number Diff line change 53
53
"optimization" : true ,
54
54
"outputHashing" : " all" ,
55
55
"sourceMap" : false ,
56
- "extractCss" : true ,
57
56
"namedChunks" : false ,
58
57
"extractLicenses" : true ,
59
58
"vendorChunk" : false ,
115
114
"optimization" : true ,
116
115
"outputHashing" : " all" ,
117
116
"sourceMap" : false ,
118
- "extractCss" : true ,
119
117
"namedChunks" : false ,
120
118
"extractLicenses" : true ,
121
119
"vendorChunk" : false ,
175
173
]
176
174
}
177
175
},
178
- "lint" : {
179
- "builder" : " @angular-devkit/build-angular:tslint" ,
180
- "options" : {
181
- "tsConfig" : [
182
- " tsconfig.app.json" ,
183
- " tsconfig.spec.json" ,
184
- " e2e/tsconfig.json"
185
- ],
186
- "exclude" : [
187
- " **/node_modules/**"
188
- ]
189
- }
190
- },
191
176
"e2e" : {
192
177
"builder" : " @angular-devkit/build-angular:protractor" ,
193
178
"options" : {
293
278
"tsConfig" : " projects/angular-material-extensions/google-maps-autocomplete/tsconfig.spec.json" ,
294
279
"karmaConfig" : " projects/angular-material-extensions/google-maps-autocomplete/karma.conf.js"
295
280
}
296
- },
297
- "lint" : {
298
- "builder" : " @angular-devkit/build-angular:tslint" ,
299
- "options" : {
300
- "tsConfig" : [
301
- " projects/angular-material-extensions/google-maps-autocomplete/tsconfig.lib.json" ,
302
- " projects/angular-material-extensions/google-maps-autocomplete/tsconfig.spec.json"
303
- ],
304
- "exclude" : [
305
- " **/node_modules/**"
306
- ]
307
- }
308
281
}
309
282
}
310
283
}
You can’t perform that action at this time.
0 commit comments