|
6 | 6 | "prefix": "acua",
|
7 | 7 | "targets": {
|
8 | 8 | "build": {
|
9 |
| - "executor": "@nrwl/angular:webpack-browser", |
| 9 | + "executor": "@nx/angular:webpack-browser", |
10 | 10 | "outputs": ["{options.outputPath}"],
|
11 | 11 | "options": {
|
12 | 12 | "outputPath": "dist/apps/code-review",
|
|
32 | 32 | "path": "apps/code-review/webpack.config.js"
|
33 | 33 | },
|
34 | 34 | "stylePreprocessorOptions": {
|
35 |
| - "includePaths": [ |
36 |
| - "libs/assets/src/lib/styles" |
37 |
| - ] |
| 35 | + "includePaths": ["libs/assets/src/lib/styles"] |
38 | 36 | }
|
39 | 37 | },
|
40 | 38 | "configurations": {
|
|
55 | 53 | },
|
56 | 54 | "development": {
|
57 | 55 | "buildOptimizer": false,
|
58 |
| - "optimization": false, |
| 56 | + "optimization": true, |
59 | 57 | "vendorChunk": true,
|
60 | 58 | "extractLicenses": false,
|
61 | 59 | "sourceMap": true,
|
|
69 | 67 | },
|
70 | 68 | "local": {
|
71 | 69 | "buildOptimizer": false,
|
72 |
| - "optimization": false, |
| 70 | + "optimization": true, |
73 | 71 | "vendorChunk": true,
|
74 | 72 | "extractLicenses": false,
|
75 | 73 | "sourceMap": true,
|
|
85 | 83 | "defaultConfiguration": "production"
|
86 | 84 | },
|
87 | 85 | "serve": {
|
88 |
| - "executor": "@nrwl/angular:webpack-dev-server", |
| 86 | + "executor": "@nx/angular:webpack-dev-server", |
89 | 87 | "options": {
|
90 | 88 | "port": 4201,
|
91 | 89 | "publicHost": "http://localhost:4201",
|
|
111 | 109 | }
|
112 | 110 | },
|
113 | 111 | "lint": {
|
114 |
| - "executor": "@nrwl/linter:eslint", |
| 112 | + "executor": "@nx/linter:eslint", |
115 | 113 | "outputs": ["{options.outputFile}"],
|
116 | 114 | "options": {
|
117 | 115 | "lintFilePatterns": ["apps/code-review/**/*.ts"]
|
118 | 116 | }
|
119 | 117 | },
|
120 | 118 | "test": {
|
121 |
| - "executor": "@nrwl/jest:jest", |
| 119 | + "executor": "@nx/jest:jest", |
122 | 120 | "outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
123 | 121 | "options": {
|
124 | 122 | "jestConfig": "apps/code-review/jest.config.ts",
|
|
0 commit comments