|
67 | 67 | ], |
68 | 68 | "tsConfig": "projects/demo-editor/tsconfig.app.json", |
69 | 69 | "assets": [ |
70 | | - "projects/demo-editor/src/favicon.ico", |
71 | | - "projects/demo-editor/src/assets" |
| 70 | + { |
| 71 | + "glob": "**/*", |
| 72 | + "input": "projects/demo-editor/public" |
| 73 | + } |
72 | 74 | ], |
73 | 75 | "styles": [ |
74 | 76 | "projects/demo-editor/src/styles.css", |
|
86 | 88 | "budgets": [ |
87 | 89 | { |
88 | 90 | "type": "initial", |
89 | | - "maximumWarning": "500kb", |
90 | | - "maximumError": "1mb" |
| 91 | + "maximumWarning": "500kB", |
| 92 | + "maximumError": "1MB" |
91 | 93 | }, |
92 | 94 | { |
93 | 95 | "type": "anyComponentStyle", |
94 | | - "maximumWarning": "2kb", |
95 | | - "maximumError": "4kb" |
| 96 | + "maximumWarning": "2kB", |
| 97 | + "maximumError": "4kB" |
96 | 98 | } |
97 | 99 | ], |
98 | 100 | "outputHashing": "all" |
|
118 | 120 | "defaultConfiguration": "development" |
119 | 121 | }, |
120 | 122 | "extract-i18n": { |
121 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
122 | | - "options": { |
123 | | - "buildTarget": "demo-editor:build" |
124 | | - } |
| 123 | + "builder": "@angular-devkit/build-angular:extract-i18n" |
125 | 124 | }, |
126 | 125 | "test": { |
127 | 126 | "builder": "@angular-devkit/build-angular:karma", |
|
132 | 131 | ], |
133 | 132 | "tsConfig": "projects/demo-editor/tsconfig.spec.json", |
134 | 133 | "assets": [ |
135 | | - "projects/demo-editor/src/favicon.ico", |
136 | | - "projects/demo-editor/src/assets" |
| 134 | + { |
| 135 | + "glob": "**/*", |
| 136 | + "input": "projects/demo-editor/public" |
| 137 | + } |
137 | 138 | ], |
138 | 139 | "styles": [ |
139 | 140 | "projects/demo-editor/src/styles.css" |
|
0 commit comments