|
| 1 | +{ |
| 2 | + "name": "basic-noop-store", |
| 3 | + "$schema": "../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "projectType": "application", |
| 5 | + "prefix": "app", |
| 6 | + "sourceRoot": "examples/basic-noop-store/src", |
| 7 | + "tags": [], |
| 8 | + "targets": { |
| 9 | + "build": { |
| 10 | + "executor": "@angular-devkit/build-angular:application", |
| 11 | + "outputs": ["{options.outputPath}"], |
| 12 | + "options": { |
| 13 | + "outputPath": "dist/examples/basic-noop-store", |
| 14 | + "index": "examples/basic-noop-store/src/index.html", |
| 15 | + "browser": "examples/basic-noop-store/src/main.ts", |
| 16 | + "polyfills": ["zone.js"], |
| 17 | + "tsConfig": "examples/basic-noop-store/tsconfig.app.json", |
| 18 | + "assets": [ |
| 19 | + "examples/basic-noop-store/src/favicon.ico", |
| 20 | + "examples/basic-noop-store/src/assets", |
| 21 | + "examples/basic-noop-store/src/mockServiceWorker.js" |
| 22 | + ], |
| 23 | + "styles": ["examples/basic-noop-store/src/styles.css"], |
| 24 | + "scripts": [] |
| 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 | + "outputHashing": "all" |
| 41 | + }, |
| 42 | + "development": { |
| 43 | + "optimization": false, |
| 44 | + "extractLicenses": false, |
| 45 | + "sourceMap": true |
| 46 | + } |
| 47 | + }, |
| 48 | + "defaultConfiguration": "production" |
| 49 | + }, |
| 50 | + "serve": { |
| 51 | + "executor": "@angular-devkit/build-angular:dev-server", |
| 52 | + "configurations": { |
| 53 | + "production": { |
| 54 | + "buildTarget": "basic-noop-store:build:production" |
| 55 | + }, |
| 56 | + "development": { |
| 57 | + "buildTarget": "basic-noop-store:build:development" |
| 58 | + } |
| 59 | + }, |
| 60 | + "defaultConfiguration": "development" |
| 61 | + }, |
| 62 | + "extract-i18n": { |
| 63 | + "executor": "@angular-devkit/build-angular:extract-i18n", |
| 64 | + "options": { |
| 65 | + "buildTarget": "basic-noop-store:build" |
| 66 | + } |
| 67 | + }, |
| 68 | + "lint": { |
| 69 | + "executor": "@nx/eslint:lint" |
| 70 | + }, |
| 71 | + "test": { |
| 72 | + "executor": "@analogjs/platform:vitest", |
| 73 | + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], |
| 74 | + "configurations": { |
| 75 | + "watch": { |
| 76 | + "watch": true |
| 77 | + } |
| 78 | + } |
| 79 | + } |
| 80 | + } |
| 81 | +} |
0 commit comments