|
213 | 213 | } |
214 | 214 | } |
215 | 215 | } |
| 216 | + }, |
| 217 | + "customizations-example": { |
| 218 | + "projectType": "application", |
| 219 | + "schematics": { |
| 220 | + "@schematics/angular:component": { |
| 221 | + "style": "scss" |
| 222 | + }, |
| 223 | + "@schematics/angular:application": { |
| 224 | + "strict": true |
| 225 | + } |
| 226 | + }, |
| 227 | + "root": "projects/customizations-example", |
| 228 | + "sourceRoot": "projects/customizations-example/src", |
| 229 | + "prefix": "app", |
| 230 | + "architect": { |
| 231 | + "build": { |
| 232 | + "builder": "@angular-devkit/build-angular:browser", |
| 233 | + "options": { |
| 234 | + "outputPath": "dist/customizations-example", |
| 235 | + "index": "projects/customizations-example/src/index.html", |
| 236 | + "main": "projects/customizations-example/src/main.ts", |
| 237 | + "polyfills": "projects/customizations-example/src/polyfills.ts", |
| 238 | + "tsConfig": "projects/customizations-example/tsconfig.app.json", |
| 239 | + "inlineStyleLanguage": "scss", |
| 240 | + "assets": [ |
| 241 | + "projects/customizations-example/src/favicon.ico", |
| 242 | + "projects/customizations-example/src/assets" |
| 243 | + ], |
| 244 | + "styles": ["projects/customizations-example/src/styles.scss"], |
| 245 | + "scripts": [] |
| 246 | + }, |
| 247 | + "configurations": { |
| 248 | + "production": { |
| 249 | + "budgets": [ |
| 250 | + { |
| 251 | + "type": "initial", |
| 252 | + "maximumWarning": "500kb", |
| 253 | + "maximumError": "1mb" |
| 254 | + }, |
| 255 | + { |
| 256 | + "type": "anyComponentStyle", |
| 257 | + "maximumWarning": "2kb", |
| 258 | + "maximumError": "4kb" |
| 259 | + } |
| 260 | + ], |
| 261 | + "fileReplacements": [ |
| 262 | + { |
| 263 | + "replace": "projects/customizations-example/src/environments/environment.ts", |
| 264 | + "with": "projects/customizations-example/src/environments/environment.prod.ts" |
| 265 | + } |
| 266 | + ], |
| 267 | + "outputHashing": "all" |
| 268 | + }, |
| 269 | + "development": { |
| 270 | + "buildOptimizer": false, |
| 271 | + "optimization": false, |
| 272 | + "vendorChunk": true, |
| 273 | + "extractLicenses": false, |
| 274 | + "sourceMap": true, |
| 275 | + "namedChunks": true |
| 276 | + } |
| 277 | + }, |
| 278 | + "defaultConfiguration": "production" |
| 279 | + }, |
| 280 | + "serve": { |
| 281 | + "builder": "@angular-devkit/build-angular:dev-server", |
| 282 | + "configurations": { |
| 283 | + "production": { |
| 284 | + "browserTarget": "customizations-example:build:production" |
| 285 | + }, |
| 286 | + "development": { |
| 287 | + "browserTarget": "customizations-example:build:development" |
| 288 | + } |
| 289 | + }, |
| 290 | + "defaultConfiguration": "development" |
| 291 | + }, |
| 292 | + "extract-i18n": { |
| 293 | + "builder": "@angular-devkit/build-angular:extract-i18n", |
| 294 | + "options": { |
| 295 | + "browserTarget": "customizations-example:build" |
| 296 | + } |
| 297 | + }, |
| 298 | + "test": { |
| 299 | + "builder": "@angular-devkit/build-angular:karma", |
| 300 | + "options": { |
| 301 | + "main": "projects/customizations-example/src/test.ts", |
| 302 | + "polyfills": "projects/customizations-example/src/polyfills.ts", |
| 303 | + "tsConfig": "projects/customizations-example/tsconfig.spec.json", |
| 304 | + "karmaConfig": "projects/customizations-example/karma.conf.js", |
| 305 | + "inlineStyleLanguage": "scss", |
| 306 | + "assets": [ |
| 307 | + "projects/customizations-example/src/favicon.ico", |
| 308 | + "projects/customizations-example/src/assets" |
| 309 | + ], |
| 310 | + "styles": ["projects/customizations-example/src/styles.scss"], |
| 311 | + "scripts": [] |
| 312 | + } |
| 313 | + }, |
| 314 | + "lint": { |
| 315 | + "builder": "@angular-eslint/builder:lint", |
| 316 | + "options": { |
| 317 | + "lintFilePatterns": [ |
| 318 | + "projects/customizations-example/**/*.ts", |
| 319 | + "projects/customizations-example/**/*.html" |
| 320 | + ] |
| 321 | + } |
| 322 | + } |
| 323 | + } |
216 | 324 | } |
217 | 325 | }, |
218 | 326 | "defaultProject": "stream-chat-angular" |
|
0 commit comments