|  | 
|  | 1 | +{ | 
|  | 2 | +  "name": "doc-angular", | 
|  | 3 | +  "$schema": "../node_modules/nx/schemas/project-schema.json", | 
|  | 4 | +  "projectType": "application", | 
|  | 5 | +  "prefix": "cha", | 
|  | 6 | +  "sourceRoot": "doc-angular/src", | 
|  | 7 | +  "tags": [], | 
|  | 8 | +  "targets": { | 
|  | 9 | +    "build": { | 
|  | 10 | +      "executor": "@angular/build:application", | 
|  | 11 | +      "outputs": ["{options.outputPath}"], | 
|  | 12 | +      "options": { | 
|  | 13 | +        "outputPath": "doc-angular/dist", | 
|  | 14 | +        "browser": "doc-angular/src/main.ts", | 
|  | 15 | +        "polyfills": ["zone.js"], | 
|  | 16 | +        "tsConfig": "doc-angular/tsconfig.app.json", | 
|  | 17 | +        "inlineStyleLanguage": "scss", | 
|  | 18 | +        "assets": [ | 
|  | 19 | +          { | 
|  | 20 | +            "glob": "**/*", | 
|  | 21 | +            "input": "doc-angular/public" | 
|  | 22 | +          } | 
|  | 23 | +        ], | 
|  | 24 | +        "styles": ["doc-angular/src/styles.scss"], | 
|  | 25 | +        "server": "doc-angular/src/main.server.ts", | 
|  | 26 | +        "ssr": { | 
|  | 27 | +          "entry": "doc-angular/src/server.ts" | 
|  | 28 | +        }, | 
|  | 29 | +        "outputMode": "server" | 
|  | 30 | +      }, | 
|  | 31 | +      "configurations": { | 
|  | 32 | +        "production": { | 
|  | 33 | +          "budgets": [ | 
|  | 34 | +            { | 
|  | 35 | +              "type": "initial", | 
|  | 36 | +              "maximumWarning": "500kb", | 
|  | 37 | +              "maximumError": "1mb" | 
|  | 38 | +            }, | 
|  | 39 | +            { | 
|  | 40 | +              "type": "anyComponentStyle", | 
|  | 41 | +              "maximumWarning": "4kb", | 
|  | 42 | +              "maximumError": "8kb" | 
|  | 43 | +            } | 
|  | 44 | +          ], | 
|  | 45 | +          "outputHashing": "all" | 
|  | 46 | +        }, | 
|  | 47 | +        "development": { | 
|  | 48 | +          "optimization": false, | 
|  | 49 | +          "extractLicenses": false, | 
|  | 50 | +          "sourceMap": true | 
|  | 51 | +        } | 
|  | 52 | +      }, | 
|  | 53 | +      "defaultConfiguration": "production" | 
|  | 54 | +    }, | 
|  | 55 | +    "serve": { | 
|  | 56 | +      "continuous": true, | 
|  | 57 | +      "executor": "@angular/build:dev-server", | 
|  | 58 | +      "configurations": { | 
|  | 59 | +        "production": { | 
|  | 60 | +          "buildTarget": "doc-angular:build:production" | 
|  | 61 | +        }, | 
|  | 62 | +        "development": { | 
|  | 63 | +          "buildTarget": "doc-angular:build:development" | 
|  | 64 | +        } | 
|  | 65 | +      }, | 
|  | 66 | +      "defaultConfiguration": "development" | 
|  | 67 | +    }, | 
|  | 68 | +    "extract-i18n": { | 
|  | 69 | +      "executor": "@angular/build:extract-i18n", | 
|  | 70 | +      "options": { | 
|  | 71 | +        "buildTarget": "doc-angular:build" | 
|  | 72 | +      } | 
|  | 73 | +    }, | 
|  | 74 | +    "lint": { | 
|  | 75 | +      "executor": "@nx/eslint:lint" | 
|  | 76 | +    }, | 
|  | 77 | +    "serve-static": { | 
|  | 78 | +      "continuous": true, | 
|  | 79 | +      "executor": "@nx/web:file-server", | 
|  | 80 | +      "options": { | 
|  | 81 | +        "buildTarget": "doc-angular:build", | 
|  | 82 | +        "staticFilePath": "dist/doc-angular/browser", | 
|  | 83 | +        "spa": true | 
|  | 84 | +      } | 
|  | 85 | +    } | 
|  | 86 | +  } | 
|  | 87 | +} | 
0 commit comments