44 "newProjectRoot" : " projects" ,
55 "projects" : {
66 "graph-tutorial" : {
7+ "projectType" : " application" ,
8+ "schematics" : {},
79 "root" : " " ,
810 "sourceRoot" : " src" ,
9- "projectType" : " application" ,
1011 "prefix" : " app" ,
11- "schematics" : {},
1212 "architect" : {
1313 "build" : {
1414 "builder" : " @angular-devkit/build-angular:browser" ,
1717 "index" : " src/index.html" ,
1818 "main" : " src/main.ts" ,
1919 "polyfills" : " src/polyfills.ts" ,
20- "tsConfig" : " src/tsconfig.app.json" ,
20+ "tsConfig" : " tsconfig.app.json" ,
21+ "aot" : false ,
2122 "assets" : [
2223 " src/favicon.ico" ,
2324 " src/assets"
4950 "type" : " initial" ,
5051 "maximumWarning" : " 2mb" ,
5152 "maximumError" : " 5mb"
53+ },
54+ {
55+ "type" : " anyComponentStyle" ,
56+ "maximumWarning" : " 6kb" ,
57+ "maximumError" : " 10kb"
5258 }
5359 ]
5460 }
7682 "options" : {
7783 "main" : " src/test.ts" ,
7884 "polyfills" : " src/polyfills.ts" ,
79- "tsConfig" : " src/tsconfig.spec.json" ,
80- "karmaConfig" : " src/karma.conf.js" ,
81- "styles" : [
82- " src/styles.css"
83- ],
84- "scripts" : [],
85+ "tsConfig" : " tsconfig.spec.json" ,
86+ "karmaConfig" : " karma.conf.js" ,
8587 "assets" : [
8688 " src/favicon.ico" ,
8789 " src/assets"
88- ]
90+ ],
91+ "styles" : [
92+ " src/styles.css"
93+ ],
94+ "scripts" : []
8995 }
9096 },
9197 "lint" : {
9298 "builder" : " @angular-devkit/build-angular:tslint" ,
9399 "options" : {
94100 "tsConfig" : [
95- " src/tsconfig.app.json" ,
96- " src/tsconfig.spec.json"
101+ " tsconfig.app.json" ,
102+ " tsconfig.spec.json" ,
103+ " e2e/tsconfig.json"
97104 ],
98105 "exclude" : [
99106 " **/node_modules/**"
100107 ]
101108 }
102- }
103- }
104- },
105- "graph-tutorial-e2e" : {
106- "root" : " e2e/" ,
107- "projectType" : " application" ,
108- "prefix" : " " ,
109- "architect" : {
109+ },
110110 "e2e" : {
111111 "builder" : " @angular-devkit/build-angular:protractor" ,
112112 "options" : {
118118 "devServerTarget" : " graph-tutorial:serve:production"
119119 }
120120 }
121- },
122- "lint" : {
123- "builder" : " @angular-devkit/build-angular:tslint" ,
124- "options" : {
125- "tsConfig" : " e2e/tsconfig.e2e.json" ,
126- "exclude" : [
127- " **/node_modules/**"
128- ]
129- }
130121 }
131122 }
132- }
133- },
123+ }},
134124 "defaultProject" : " graph-tutorial"
135125}
0 commit comments