1111 "prefix" : " app" ,
1212 "architect" : {
1313 "build" : {
14- "builder" : " @angular-devkit /build-angular :application" ,
14+ "builder" : " @angular/build:application" ,
1515 "options" : {
1616 "outputPath" : " dist/grid-live-data" ,
1717 "index" : " src/index.html" ,
1818 "browser" : " src/main.ts" ,
19- "polyfills" : [
20- " zone.js"
21- ],
19+ "polyfills" : [" zone.js" , " @angular/localize/init" ],
2220 "tsConfig" : " tsconfig.app.json" ,
2321 "assets" : [
2422 " src/favicon.ico" ,
25- " src/assets"
23+ " src/assets" ,
24+ {
25+ "glob" : " **/*" ,
26+ "input" : " public"
27+ }
2628 ],
2729 "styles" : [
2830 {
3739 "budgets" : [
3840 {
3941 "type" : " initial" ,
40- "maximumWarning" : " 8mb " ,
41- "maximumError" : " 10mb "
42+ "maximumWarning" : " 500kB " ,
43+ "maximumError" : " 1MB "
4244 },
4345 {
4446 "type" : " anyComponentStyle" ,
45- "maximumWarning" : " 2kb " ,
46- "maximumError" : " 4kb "
47+ "maximumWarning" : " 4kB " ,
48+ "maximumError" : " 8kB "
4749 }
4850 ],
4951 "outputHashing" : " all"
5759 "defaultConfiguration" : " production"
5860 },
5961 "serve" : {
60- "builder" : " @angular-devkit /build-angular :dev-server" ,
62+ "builder" : " @angular/build:dev-server" ,
6163 "configurations" : {
6264 "production" : {
6365 "buildTarget" : " grid-live-data:build:production"
6971 "defaultConfiguration" : " development"
7072 },
7173 "extract-i18n" : {
72- "builder" : " @angular-devkit/build-angular:extract-i18n" ,
73- "options" : {
74- "buildTarget" : " grid-live-data:build"
75- }
74+ "builder" : " @angular/build:extract-i18n"
7675 },
7776 "test" : {
78- "builder" : " @angular-devkit /build-angular :karma" ,
77+ "builder" : " @angular/build:karma" ,
7978 "options" : {
8079 "polyfills" : [
8180 " zone.js" ,
82- " zone.js/testing"
81+ " zone.js/testing" ,
82+ " @angular/localize/init"
8383 ],
8484 "tsConfig" : " tsconfig.spec.json" ,
8585 "assets" : [
8686 " src/favicon.ico" ,
87- " src/assets"
87+ " src/assets" ,
88+ {
89+ "glob" : " **/*" ,
90+ "input" : " public"
91+ }
8892 ],
8993 "styles" : [
9094 {
97101 }
98102 }
99103 }
104+ },
105+ "schematics" : {
106+ "@schematics/angular:component" : {
107+ "type" : " component"
108+ },
109+ "@schematics/angular:directive" : {
110+ "type" : " directive"
111+ },
112+ "@schematics/angular:service" : {
113+ "type" : " service"
114+ },
115+ "@schematics/angular:guard" : {
116+ "typeSeparator" : " ."
117+ },
118+ "@schematics/angular:interceptor" : {
119+ "typeSeparator" : " ."
120+ },
121+ "@schematics/angular:module" : {
122+ "typeSeparator" : " ."
123+ },
124+ "@schematics/angular:pipe" : {
125+ "typeSeparator" : " ."
126+ },
127+ "@schematics/angular:resolver" : {
128+ "typeSeparator" : " ."
129+ }
100130 }
101- }
131+ }
0 commit comments