|
| 1 | +{ |
| 2 | + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| 3 | + "cli": { |
| 4 | + "analytics": false |
| 5 | + }, |
| 6 | + "version": 1, |
| 7 | + "newProjectRoot": "apps", |
| 8 | + "projects": { |
| 9 | + "prs": { |
| 10 | + "projectType": "application", |
| 11 | + "schematics": { |
| 12 | + "@schematics/angular:component": { |
| 13 | + "style": "scss" |
| 14 | + }, |
| 15 | + "@schematics/angular:application": { |
| 16 | + "strict": true |
| 17 | + } |
| 18 | + }, |
| 19 | + "root": "apps/prs", |
| 20 | + "sourceRoot": "apps/prs/src", |
| 21 | + "prefix": "app", |
| 22 | + "architect": { |
| 23 | + "build": { |
| 24 | + "builder": "@angular-devkit/build-angular:browser", |
| 25 | + "options": { |
| 26 | + "outputPath": "dist/prs", |
| 27 | + "index": "apps/prs/src/index.html", |
| 28 | + "main": "apps/prs/src/main.ts", |
| 29 | + "polyfills": "apps/prs/src/polyfills.ts", |
| 30 | + "tsConfig": "apps/prs/tsconfig.app.json", |
| 31 | + "inlineStyleLanguage": "scss", |
| 32 | + "assets": ["apps/prs/src/favicon.ico", "apps/prs/src/assets"], |
| 33 | + "styles": ["apps/prs/src/styles.scss"], |
| 34 | + "scripts": [] |
| 35 | + }, |
| 36 | + "configurations": { |
| 37 | + "production": { |
| 38 | + "budgets": [ |
| 39 | + { |
| 40 | + "type": "initial", |
| 41 | + "maximumWarning": "500kb", |
| 42 | + "maximumError": "1mb" |
| 43 | + }, |
| 44 | + { |
| 45 | + "type": "anyComponentStyle", |
| 46 | + "maximumWarning": "2kb", |
| 47 | + "maximumError": "4kb" |
| 48 | + } |
| 49 | + ], |
| 50 | + "fileReplacements": [ |
| 51 | + { |
| 52 | + "replace": "apps/prs/src/environments/environment.ts", |
| 53 | + "with": "apps/prs/src/environments/environment.prod.ts" |
| 54 | + } |
| 55 | + ], |
| 56 | + "outputHashing": "all" |
| 57 | + }, |
| 58 | + "development": { |
| 59 | + "buildOptimizer": false, |
| 60 | + "optimization": false, |
| 61 | + "vendorChunk": true, |
| 62 | + "extractLicenses": false, |
| 63 | + "sourceMap": true, |
| 64 | + "namedChunks": true |
| 65 | + } |
| 66 | + }, |
| 67 | + "defaultConfiguration": "production" |
| 68 | + }, |
| 69 | + "serve": { |
| 70 | + "builder": "@angular-devkit/build-angular:dev-server", |
| 71 | + "configurations": { |
| 72 | + "production": { |
| 73 | + "browserTarget": "prs:build:production" |
| 74 | + }, |
| 75 | + "development": { |
| 76 | + "browserTarget": "prs:build:development" |
| 77 | + } |
| 78 | + }, |
| 79 | + "defaultConfiguration": "development" |
| 80 | + }, |
| 81 | + "extract-i18n": { |
| 82 | + "builder": "@angular-devkit/build-angular:extract-i18n", |
| 83 | + "options": { |
| 84 | + "browserTarget": "prs:build" |
| 85 | + } |
| 86 | + }, |
| 87 | + "test": { |
| 88 | + "builder": "@angular-devkit/build-angular:karma", |
| 89 | + "options": { |
| 90 | + "main": "apps/prs/src/test.ts", |
| 91 | + "polyfills": "apps/prs/src/polyfills.ts", |
| 92 | + "tsConfig": "apps/prs/tsconfig.spec.json", |
| 93 | + "karmaConfig": "apps/prs/karma.conf.js", |
| 94 | + "inlineStyleLanguage": "scss", |
| 95 | + "assets": ["apps/prs/src/favicon.ico", "apps/prs/src/assets"], |
| 96 | + "styles": ["apps/prs/src/styles.scss"], |
| 97 | + "scripts": [] |
| 98 | + } |
| 99 | + } |
| 100 | + } |
| 101 | + } |
| 102 | + }, |
| 103 | + "defaultProject": "prs" |
| 104 | +} |
0 commit comments