|
| 1 | +{ |
| 2 | + "name": "ngrx-notification", |
| 3 | + "$schema": "../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "projectType": "application", |
| 5 | + "sourceRoot": "apps/ngrx-notification/src", |
| 6 | + "prefix": "app", |
| 7 | + "targets": { |
| 8 | + "build": { |
| 9 | + "executor": "@angular-devkit/build-angular:browser", |
| 10 | + "outputs": ["{options.outputPath}"], |
| 11 | + "options": { |
| 12 | + "outputPath": "dist/apps/ngrx-notification", |
| 13 | + "index": "apps/ngrx-notification/src/index.html", |
| 14 | + "main": "apps/ngrx-notification/src/main.ts", |
| 15 | + "polyfills": "apps/ngrx-notification/src/polyfills.ts", |
| 16 | + "tsConfig": "apps/ngrx-notification/tsconfig.app.json", |
| 17 | + "inlineStyleLanguage": "scss", |
| 18 | + "assets": [ |
| 19 | + "apps/ngrx-notification/src/favicon.ico", |
| 20 | + "apps/ngrx-notification/src/assets" |
| 21 | + ], |
| 22 | + "styles": ["apps/ngrx-notification/src/styles.scss"], |
| 23 | + "scripts": [], |
| 24 | + "allowedCommonJsDependencies": ["seedrandom"] |
| 25 | + }, |
| 26 | + "configurations": { |
| 27 | + "production": { |
| 28 | + "budgets": [ |
| 29 | + { |
| 30 | + "type": "initial", |
| 31 | + "maximumWarning": "500kb", |
| 32 | + "maximumError": "1mb" |
| 33 | + }, |
| 34 | + { |
| 35 | + "type": "anyComponentStyle", |
| 36 | + "maximumWarning": "2kb", |
| 37 | + "maximumError": "4kb" |
| 38 | + } |
| 39 | + ], |
| 40 | + "fileReplacements": [ |
| 41 | + { |
| 42 | + "replace": "apps/ngrx-notification/src/environments/environment.ts", |
| 43 | + "with": "apps/ngrx-notification/src/environments/environment.prod.ts" |
| 44 | + } |
| 45 | + ], |
| 46 | + "outputHashing": "all" |
| 47 | + }, |
| 48 | + "development": { |
| 49 | + "buildOptimizer": false, |
| 50 | + "optimization": false, |
| 51 | + "vendorChunk": true, |
| 52 | + "extractLicenses": false, |
| 53 | + "sourceMap": true, |
| 54 | + "namedChunks": true |
| 55 | + } |
| 56 | + }, |
| 57 | + "defaultConfiguration": "production" |
| 58 | + }, |
| 59 | + "serve": { |
| 60 | + "executor": "@angular-devkit/build-angular:dev-server", |
| 61 | + "configurations": { |
| 62 | + "production": { |
| 63 | + "browserTarget": "ngrx-notification:build:production" |
| 64 | + }, |
| 65 | + "development": { |
| 66 | + "browserTarget": "ngrx-notification:build:development" |
| 67 | + } |
| 68 | + }, |
| 69 | + "defaultConfiguration": "development" |
| 70 | + }, |
| 71 | + "extract-i18n": { |
| 72 | + "executor": "@angular-devkit/build-angular:extract-i18n", |
| 73 | + "options": { |
| 74 | + "browserTarget": "ngrx-notification:build" |
| 75 | + } |
| 76 | + }, |
| 77 | + "lint": { |
| 78 | + "executor": "@nrwl/linter:eslint", |
| 79 | + "options": { |
| 80 | + "lintFilePatterns": [ |
| 81 | + "apps/ngrx-notification/**/*.ts", |
| 82 | + "apps/ngrx-notification/**/*.html" |
| 83 | + ] |
| 84 | + } |
| 85 | + } |
| 86 | + }, |
| 87 | + "tags": [] |
| 88 | +} |
0 commit comments