|
| 1 | +{ |
| 2 | + "name": "node-dynamic-remote-new-version", |
| 3 | + "$schema": "../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "sourceRoot": "apps/node-dynamic-remote-new-version/src", |
| 5 | + "projectType": "application", |
| 6 | + "targets": { |
| 7 | + "build": { |
| 8 | + "executor": "@nx/webpack:webpack", |
| 9 | + "outputs": ["{options.outputPath}"], |
| 10 | + "defaultConfiguration": "production", |
| 11 | + "options": { |
| 12 | + "compiler": "babel", |
| 13 | + "outputPath": "apps/node-dynamic-remote-new-version/dist", |
| 14 | + "index": "apps/node-dynamic-remote-new-version/src/index.html", |
| 15 | + "baseHref": "/", |
| 16 | + "main": "apps/node-dynamic-remote-new-version/src/main.tsx", |
| 17 | + "tsConfig": "apps/node-dynamic-remote-new-version/tsconfig.app.json", |
| 18 | + "assets": [], |
| 19 | + "styles": [], |
| 20 | + "scripts": [], |
| 21 | + "webpackConfig": "apps/node-dynamic-remote-new-version/webpack.config.js" |
| 22 | + }, |
| 23 | + "configurations": { |
| 24 | + "development": { |
| 25 | + "extractLicenses": false, |
| 26 | + "optimization": false, |
| 27 | + "sourceMap": true, |
| 28 | + "vendorChunk": true |
| 29 | + }, |
| 30 | + "production": { |
| 31 | + "fileReplacements": [ |
| 32 | + { |
| 33 | + "replace": "apps/node-dynamic-remote-new-version/src/environments/environment.ts", |
| 34 | + "with": "apps/node-dynamic-remote-new-version/src/environments/environment.prod.ts" |
| 35 | + } |
| 36 | + ], |
| 37 | + "optimization": true, |
| 38 | + "outputHashing": "all", |
| 39 | + "sourceMap": false, |
| 40 | + "namedChunks": false, |
| 41 | + "extractLicenses": true, |
| 42 | + "vendorChunk": false |
| 43 | + } |
| 44 | + }, |
| 45 | + "dependsOn": [ |
| 46 | + { |
| 47 | + "target": "build", |
| 48 | + "dependencies": true |
| 49 | + } |
| 50 | + ] |
| 51 | + }, |
| 52 | + "serve": { |
| 53 | + "executor": "@nx/webpack:dev-server", |
| 54 | + "dependsOn": [ |
| 55 | + { |
| 56 | + "target": "build", |
| 57 | + "dependencies": true |
| 58 | + } |
| 59 | + ], |
| 60 | + "defaultConfiguration": "development", |
| 61 | + "options": { |
| 62 | + "buildTarget": "node-dynamic-remote-new-version:build", |
| 63 | + "hmr": true, |
| 64 | + "port": 3007 |
| 65 | + }, |
| 66 | + "configurations": { |
| 67 | + "development": { |
| 68 | + "buildTarget": "node-dynamic-remote-new-version:build:development" |
| 69 | + }, |
| 70 | + "production": { |
| 71 | + "buildTarget": "node-dynamic-remote-new-version:build:production", |
| 72 | + "hmr": false |
| 73 | + } |
| 74 | + } |
| 75 | + }, |
| 76 | + "lint": { |
| 77 | + "executor": "@nx/linter:eslint", |
| 78 | + "outputs": ["{options.outputFile}"], |
| 79 | + "options": { |
| 80 | + "lintFilePatterns": [ |
| 81 | + "apps/node-dynamic-remote-new-version/**/*.{ts,tsx,js,jsx}" |
| 82 | + ] |
| 83 | + } |
| 84 | + }, |
| 85 | + "test": { |
| 86 | + "executor": "@nx/jest:jest", |
| 87 | + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], |
| 88 | + "options": { |
| 89 | + "jestConfig": "apps/node-dynamic-remote-new-version/jest.config.ts", |
| 90 | + "passWithNoTests": true |
| 91 | + }, |
| 92 | + "configurations": { |
| 93 | + "ci": { |
| 94 | + "ci": true, |
| 95 | + "codeCoverage": true |
| 96 | + } |
| 97 | + } |
| 98 | + } |
| 99 | + }, |
| 100 | + "tags": [] |
| 101 | +} |
0 commit comments