1818 "index" : " src/index.html" ,
1919 "main" : " src/main.ts" ,
2020 "polyfills" : " src/polyfills.ts" ,
21- "tsConfig" : " src/ tsconfig.app.json" ,
21+ "tsConfig" : " tsconfig.app.json" ,
2222 "assets" : [
2323 " src/favicon.ico" ,
2424 " src/assets"
4040 "configurations" : {
4141 "production" : {
4242 "budgets" : [
43+ {
44+ "type" : " initial" ,
45+ "maximumWarning" : " 500kb" ,
46+ "maximumError" : " 1mb"
47+ },
4348 {
4449 "type" : " anyComponentStyle" ,
45- "maximumWarning" : " 6kb"
50+ "maximumWarning" : " 2kb" ,
51+ "maximumError" : " 4kb"
4652 }
4753 ],
4854 "fileReplacements" : [
8995 "options" : {
9096 "main" : " src/test.ts" ,
9197 "polyfills" : " src/polyfills.ts" ,
92- "tsConfig" : " src/ tsconfig.spec.json" ,
93- "karmaConfig" : " src/ karma.conf.js" ,
98+ "tsConfig" : " tsconfig.spec.json" ,
99+ "karmaConfig" : " karma.conf.js" ,
94100 "styles" : [
95101 " src/styles.css"
96102 ],
105111 "builder" : " @angular-devkit/build-angular:tslint" ,
106112 "options" : {
107113 "tsConfig" : [
108- " src/tsconfig.app.json" ,
109- " src/tsconfig.spec.json"
114+ " tsconfig.app.json" ,
115+ " tsconfig.spec.json" ,
116+ " e2e/tsconfig.json"
110117 ],
111118 "exclude" : [
112119 " **/node_modules/**"
113120 ]
114121 }
115- }
116- }
117- },
118- "angular-admin-lte-demo-e2e" : {
119- "root" : " e2e/" ,
120- "projectType" : " application" ,
121- "architect" : {
122+ },
122123 "e2e" : {
123124 "builder" : " @angular-devkit/build-angular:protractor" ,
124125 "options" : {
125126 "protractorConfig" : " e2e/protractor.conf.js" ,
126127 "devServerTarget" : " angular-admin-lte-demo:serve"
127- }
128- },
129- "lint" : {
130- "builder" : " @angular-devkit/build-angular:tslint" ,
131- "options" : {
132- "tsConfig" : " e2e/tsconfig.e2e.json" ,
133- "exclude" : [
134- " **/node_modules/**"
135- ]
128+ },
129+ "configurations" : {
130+ "production" : {
131+ "devServerTarget" : " angular-admin-lte-demo:serve:production"
132+ }
136133 }
137134 }
138135 }
151148 },
152149 "configurations" : {
153150 "production" : {
154- "project" : " library/angular-admin-lte/ng-package.prod.json" ,
155151 "tsConfig" : " library/angular-admin-lte/tsconfig.lib.prod.json"
156152 }
157153 }
183179 "cli" : {
184180 "packageManager" : " yarn"
185181 }
186- }
182+ }
0 commit comments