Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "compuge-frontend": { | |
| "projectType": "application", | |
| "schematics": {}, | |
| "root": "", | |
| "sourceRoot": "src", | |
| "prefix": "app", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:application", | |
| "options": { | |
| "outputPath": "dist/compuge-frontend", | |
| "index": "src/index.html", | |
| "browser": "src/main.ts", | |
| "polyfills": [ | |
| "zone.js" | |
| ], | |
| "tsConfig": "tsconfig.app.json", | |
| "assets": [ | |
| "src/favicon.ico", | |
| "src/assets" | |
| ], | |
| "styles": [ | |
| "@angular/material/prebuilt-themes/deeppurple-amber.css", | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| }, | |
| "configurations": { | |
| "production": { | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "500kb", | |
| "maximumError": "1mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "2kb", | |
| "maximumError": "4kb" | |
| } | |
| ], | |
| "outputHashing": "all", | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.prod.ts" | |
| } | |
| ] | |
| }, | |
| "docker": { | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "500kb", | |
| "maximumError": "1mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "2kb", | |
| "maximumError": "4kb" | |
| } | |
| ], | |
| "outputHashing": "all", | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.docker.ts" | |
| } | |
| ] | |
| }, | |
| "development": { | |
| "optimization": false, | |
| "extractLicenses": false, | |
| "sourceMap": true | |
| } | |
| }, | |
| "defaultConfiguration": "production" | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "configurations": { | |
| "production": { | |
| "buildTarget": "compuge-frontend:build:production" | |
| }, | |
| "docker": { | |
| "buildTarget": "compuge-frontend:build:docker" | |
| }, | |
| "development": { | |
| "buildTarget": "compuge-frontend:build:development" | |
| } | |
| }, | |
| "defaultConfiguration": "development" | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n", | |
| "options": { | |
| "buildTarget": "compuge-frontend:build" | |
| } | |
| }, | |
| "test": { | |
| "builder": "@angular-devkit/build-angular:karma", | |
| "options": { | |
| "polyfills": [ | |
| "zone.js", | |
| "zone.js/testing" | |
| ], | |
| "tsConfig": "tsconfig.spec.json", | |
| "assets": [ | |
| "src/favicon.ico", | |
| "src/assets" | |
| ], | |
| "styles": [ | |
| "@angular/material/prebuilt-themes/deeppurple-amber.css", | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |