File tree Expand file tree Collapse file tree 6 files changed +9532
-15677
lines changed
projects/angular-material-extensions/google-maps-autocomplete/src Expand file tree Collapse file tree 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
3232.history /*
3333
3434# misc
35+ /.angular /cache
3536/.sass-cache
3637/connect.lock
3738/coverage
Original file line number Diff line number Diff line change 5353 "optimization" : true ,
5454 "outputHashing" : " all" ,
5555 "sourceMap" : false ,
56- "extractCss" : true ,
5756 "namedChunks" : false ,
5857 "extractLicenses" : true ,
5958 "vendorChunk" : false ,
115114 "optimization" : true ,
116115 "outputHashing" : " all" ,
117116 "sourceMap" : false ,
118- "extractCss" : true ,
119117 "namedChunks" : false ,
120118 "extractLicenses" : true ,
121119 "vendorChunk" : false ,
175173 ]
176174 }
177175 },
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- },
191176 "e2e" : {
192177 "builder" : " @angular-devkit/build-angular:protractor" ,
193178 "options" : {
293278 "tsConfig" : " projects/angular-material-extensions/google-maps-autocomplete/tsconfig.spec.json" ,
294279 "karmaConfig" : " projects/angular-material-extensions/google-maps-autocomplete/karma.conf.js"
295280 }
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- }
308281 }
309282 }
310283 }
You can’t perform that action at this time.
0 commit comments