|  | 
|  | 1 | +{ | 
|  | 2 | + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | 
|  | 3 | + "version": 1, | 
|  | 4 | + "newProjectRoot": "projects", | 
|  | 5 | + "cli": { | 
|  | 6 | + "analytics": false, | 
|  | 7 | + "cache": { | 
|  | 8 | + "enabled": false | 
|  | 9 | + } | 
|  | 10 | + }, | 
|  | 11 | + "projects": { | 
|  | 12 | + "hydration": { | 
|  | 13 | + "projectType": "application", | 
|  | 14 | + "schematics": {}, | 
|  | 15 | + "root": "", | 
|  | 16 | + "sourceRoot": "src", | 
|  | 17 | + "prefix": "app", | 
|  | 18 | + "architect": { | 
|  | 19 | + "build": { | 
|  | 20 | + "builder": "@angular-devkit/build-angular:application", | 
|  | 21 | + "options": { | 
|  | 22 | + "progress": false, | 
|  | 23 | + "outputPath": "dist", | 
|  | 24 | + "index": "src/index.html", | 
|  | 25 | + "browser": "src/main.ts", | 
|  | 26 | + "polyfills": ["zone.js"], | 
|  | 27 | + "tsConfig": "tsconfig.app.json", | 
|  | 28 | + "assets": [ | 
|  | 29 | + { | 
|  | 30 | + "glob": "**/*", | 
|  | 31 | + "input": "public" | 
|  | 32 | + } | 
|  | 33 | + ], | 
|  | 34 | + "styles": ["src/styles.css"], | 
|  | 35 | + "scripts": [], | 
|  | 36 | + "server": "src/main.server.ts", | 
|  | 37 | + "prerender": false, | 
|  | 38 | + "ssr": true | 
|  | 39 | + }, | 
|  | 40 | + "configurations": { | 
|  | 41 | + "production": { | 
|  | 42 | + "budgets": [ | 
|  | 43 | + { | 
|  | 44 | + "type": "initial", | 
|  | 45 | + "maximumWarning": "500kb", | 
|  | 46 | + "maximumError": "1mb" | 
|  | 47 | + }, | 
|  | 48 | + { | 
|  | 49 | + "type": "anyComponentStyle", | 
|  | 50 | + "maximumWarning": "2kb", | 
|  | 51 | + "maximumError": "4kb" | 
|  | 52 | + } | 
|  | 53 | + ], | 
|  | 54 | + "outputHashing": "all" | 
|  | 55 | + }, | 
|  | 56 | + "development": { | 
|  | 57 | + "optimization": false, | 
|  | 58 | + "extractLicenses": false, | 
|  | 59 | + "sourceMap": true | 
|  | 60 | + } | 
|  | 61 | + }, | 
|  | 62 | + "defaultConfiguration": "production" | 
|  | 63 | + }, | 
|  | 64 | + "serve": { | 
|  | 65 | + "builder": "@angular-devkit/build-angular:dev-server", | 
|  | 66 | + "options": { | 
|  | 67 | + "port": 0 | 
|  | 68 | + }, | 
|  | 69 | + "configurations": { | 
|  | 70 | + "production": { | 
|  | 71 | + "buildTarget": "hydration:build:production" | 
|  | 72 | + }, | 
|  | 73 | + "development": { | 
|  | 74 | + "buildTarget": "hydration:build:development" | 
|  | 75 | + } | 
|  | 76 | + }, | 
|  | 77 | + "defaultConfiguration": "development" | 
|  | 78 | + }, | 
|  | 79 | + "e2e": { | 
|  | 80 | + "builder": "@angular-devkit/build-angular:protractor", | 
|  | 81 | + "options": { | 
|  | 82 | + "port": 0, | 
|  | 83 | + "protractorConfig": "e2e/protractor.conf.js", | 
|  | 84 | + "webdriverUpdate": false | 
|  | 85 | + }, | 
|  | 86 | + "configurations": { | 
|  | 87 | + "production": { | 
|  | 88 | + "devServerTarget": "hydration:serve:production" | 
|  | 89 | + }, | 
|  | 90 | + "development": { | 
|  | 91 | + "devServerTarget": "hydration:serve:development" | 
|  | 92 | + } | 
|  | 93 | + }, | 
|  | 94 | + "defaultConfiguration": "development" | 
|  | 95 | + } | 
|  | 96 | + } | 
|  | 97 | + } | 
|  | 98 | + } | 
|  | 99 | +} | 
0 commit comments