1717 "build" : {
1818 "builder" : " @angular-devkit/build-angular:browser" ,
1919 "options" : {
20- "aot" : true ,
2120 "outputPath" : " dist/ngx-ui-loader-app" ,
2221 "index" : " src/index.html" ,
2322 "main" : " src/main.ts" ,
2423 "polyfills" : " src/polyfills.ts" ,
2524 "tsConfig" : " tsconfig.app.json" ,
25+ "aot" : true ,
2626 "assets" : [
2727 " src/favicon.ico" ,
2828 " src/assets"
2929 ],
3030 "styles" : [
31+ " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
3132 " src/styles.scss"
3233 ],
3334 "scripts" : []
4344 "optimization" : true ,
4445 "outputHashing" : " all" ,
4546 "sourceMap" : false ,
46- "extractCss" : true ,
4747 "namedChunks" : false ,
48- "aot" : true ,
4948 "extractLicenses" : true ,
5049 "vendorChunk" : false ,
5150 "buildOptimizer" : true ,
5756 },
5857 {
5958 "type" : " anyComponentStyle" ,
60- "maximumWarning" : " 35kb"
59+ "maximumWarning" : " 30kb" ,
60+ "maximumError" : " 35kb"
6161 }
6262 ]
6363 }
9292 " src/assets"
9393 ],
9494 "styles" : [
95+ " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
9596 " src/styles.scss"
9697 ],
9798 "scripts" : []
9899 }
99100 },
100101 "lint" : {
101- "builder" : " @angular-devkit/build-angular:tslint " ,
102+ "builder" : " @angular-eslint/builder:lint " ,
102103 "options" : {
103- "tsConfig" : [
104- " tsconfig.app.json" ,
105- " tsconfig.spec.json" ,
106- " e2e/tsconfig.json"
107- ],
108- "exclude" : [
109- " **/node_modules/**"
104+ "lintFilePatterns" : [
105+ " src/**/*.ts" ,
106+ " src/**/*.html"
110107 ]
111108 }
112109 },
128125 "projectType" : " library" ,
129126 "root" : " projects/ngx-ui-loader" ,
130127 "sourceRoot" : " projects/ngx-ui-loader/src" ,
131- "prefix" : " ngx " ,
128+ "prefix" : " lib " ,
132129 "architect" : {
133130 "build" : {
134- "builder" : " @angular-devkit/build-ng-packagr:build " ,
131+ "builder" : " @angular-devkit/build-angular: ng-packagr" ,
135132 "options" : {
136133 "tsConfig" : " projects/ngx-ui-loader/tsconfig.lib.json" ,
137134 "project" : " projects/ngx-ui-loader/ng-package.json"
151148 }
152149 },
153150 "lint" : {
154- "builder" : " @angular-devkit/build-angular:tslint " ,
151+ "builder" : " @angular-eslint/builder:lint " ,
155152 "options" : {
156- "tsConfig" : [
157- " projects/ngx-ui-loader/tsconfig.lib.json" ,
158- " projects/ngx-ui-loader/tsconfig.spec.json"
159- ],
160- "exclude" : [
161- " **/node_modules/**"
153+ "lintFilePatterns" : [
154+ " projects/ngx-ui-loader/**/*.ts" ,
155+ " projects/ngx-ui-loader/**/*.html"
162156 ]
163157 }
164158 }
165159 }
166160 }
167161 },
168- "defaultProject" : " ngx-ui-loader-app"
169- }
162+ "defaultProject" : " ngx-ui-loader-app" ,
163+ "cli" : {
164+ "defaultCollection" : " @angular-eslint/schematics"
165+ }
166+ }
0 commit comments