File tree Expand file tree Collapse file tree 7 files changed +3586
-4786
lines changed
Expand file tree Collapse file tree 7 files changed +3586
-4786
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 ,
171169 "scripts" : []
172170 }
173171 },
174- "lint" : {
175- "builder" : " @angular-devkit/build-angular:tslint" ,
176- "options" : {
177- "tsConfig" : [
178- " tsconfig.app.json" ,
179- " tsconfig.spec.json" ,
180- " e2e/tsconfig.json"
181- ],
182- "exclude" : [
183- " **/node_modules/**"
184- ]
185- }
186- },
187172 "e2e" : {
188173 "builder" : " @angular-devkit/build-angular:protractor" ,
189174 "options" : {
289274 "tsConfig" : " projects/angular-material-extensions/fab-menu/tsconfig.spec.json" ,
290275 "karmaConfig" : " projects/angular-material-extensions/fab-menu/karma.conf.js"
291276 }
292- },
293- "lint" : {
294- "builder" : " @angular-devkit/build-angular:tslint" ,
295- "options" : {
296- "tsConfig" : [
297- " projects/angular-material-extensions/fab-menu/tsconfig.lib.json" ,
298- " projects/angular-material-extensions/fab-menu/tsconfig.spec.json"
299- ],
300- "exclude" : [
301- " **/node_modules/**"
302- ]
303- }
304277 }
305278 }
306279 }
You can’t perform that action at this time.
0 commit comments