Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
angular.json 4.28 KiB
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "course-search-enroll-fe": {
      "root": "",
      "sourceRoot": "src",
      "projectType": "application",
      "prefix": "cse",
      "schematics": {},
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "outputPath": "dist/course-search-enroll-fe",
            "index": "src/index.html",
            "main": "src/main.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "src/tsconfig.app.json",
            "assets": ["src/favicon.ico", "src/assets"],
            "styles": [
              "src/styles.css",
              "src/assets/material-theme.scss",
              "src/assets/sass/general.scss",
              "src/assets/fonts/material-icons/material-icons.css"
            ],
            "scripts": [
              "./node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js",
              "./node_modules/css-vars-ponyfill/dist/css-vars-ponyfill.min.js",
              "./node_modules/@myuw-web-components/myuw-app-styles/dist/myuw-app-styles.min.js",
              "./node_modules/@myuw-web-components/myuw-app-bar/dist/myuw-app-bar.min.js",
              "./node_modules/@myuw-web-components/myuw-drawer/dist/myuw-drawer.min.js",
              "./node_modules/@myuw-web-components/myuw-profile/dist/myuw-profile.min.js",
              "./node_modules/@myuw-web-components/myuw-help/dist/myuw-help.min.js"
            ]
          },
          "configurations": {
            "production": {
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "src/environments/environment.prod.ts"
                }
              ],
              "optimization": true,
              "outputHashing": "all",
              "sourceMap": false,
              "extractCss": true,
              "namedChunks": false,
              "aot": true,
              "extractLicenses": true,
              "vendorChunk": false,
              "buildOptimizer": true
            }
          }
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "browserTarget": "course-search-enroll-fe:build"
          },
          "configurations": {
            "production": {
              "browserTarget": "course-search-enroll-fe:build:production"
            }
          }
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",