|
15 | 15 | "prefix": "app", |
16 | 16 | "architect": { |
17 | 17 | "build": { |
18 | | - "builder": "@angular-devkit/build-angular:browser", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": { |
20 | 20 | "allowedCommonJsDependencies": [ |
21 | 21 | "devextreme-quill", |
22 | 22 | "jszip", |
23 | 23 | "devexpress-diagram", |
24 | 24 | "devexpress-gantt" |
25 | 25 | ], |
26 | | - "outputPath": "dist/Angular", |
| 26 | + "outputPath": { |
| 27 | + "base": "dist/Angular" |
| 28 | + }, |
27 | 29 | "index": "src/index.html", |
28 | | - "main": "src/main.ts", |
29 | 30 | "polyfills": [ |
30 | 31 | "zone.js" |
31 | 32 | ], |
|
39 | 40 | "node_modules/devextreme/dist/css/dx.material.blue.light.compact.css", |
40 | 41 | "src/styles.scss" |
41 | 42 | ], |
42 | | - "scripts": [] |
| 43 | + "scripts": [], |
| 44 | + "browser": "src/main.ts" |
43 | 45 | }, |
44 | 46 | "configurations": { |
45 | 47 | "production": { |
|
58 | 60 | "outputHashing": "all" |
59 | 61 | }, |
60 | 62 | "development": { |
61 | | - "buildOptimizer": false, |
62 | 63 | "optimization": false, |
63 | | - "vendorChunk": true, |
64 | 64 | "extractLicenses": false, |
65 | 65 | "sourceMap": true, |
66 | 66 | "namedChunks": true |
|
69 | 69 | "defaultConfiguration": "production" |
70 | 70 | }, |
71 | 71 | "serve": { |
72 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 72 | + "builder": "@angular/build:dev-server", |
73 | 73 | "configurations": { |
74 | 74 | "production": { |
75 | 75 | "buildTarget": "Angular:build:production" |
|
81 | 81 | "defaultConfiguration": "development" |
82 | 82 | }, |
83 | 83 | "extract-i18n": { |
84 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 84 | + "builder": "@angular/build:extract-i18n", |
85 | 85 | "options": { |
86 | 86 | "buildTarget": "Angular:build" |
87 | 87 | } |
88 | 88 | }, |
89 | 89 | "test": { |
90 | | - "builder": "@angular-devkit/build-angular:karma", |
| 90 | + "builder": "@angular/build:karma", |
91 | 91 | "options": { |
92 | 92 | "polyfills": [ |
93 | 93 | "zone.js", |
|
110 | 110 | }, |
111 | 111 | "cli": { |
112 | 112 | "analytics": "4497732b-a111-4449-ba60-83332c3ecf94" |
| 113 | + }, |
| 114 | + "schematics": { |
| 115 | + "@schematics/angular:component": { |
| 116 | + "type": "component" |
| 117 | + }, |
| 118 | + "@schematics/angular:directive": { |
| 119 | + "type": "directive" |
| 120 | + }, |
| 121 | + "@schematics/angular:service": { |
| 122 | + "type": "service" |
| 123 | + }, |
| 124 | + "@schematics/angular:guard": { |
| 125 | + "typeSeparator": "." |
| 126 | + }, |
| 127 | + "@schematics/angular:interceptor": { |
| 128 | + "typeSeparator": "." |
| 129 | + }, |
| 130 | + "@schematics/angular:module": { |
| 131 | + "typeSeparator": "." |
| 132 | + }, |
| 133 | + "@schematics/angular:pipe": { |
| 134 | + "typeSeparator": "." |
| 135 | + }, |
| 136 | + "@schematics/angular:resolver": { |
| 137 | + "typeSeparator": "." |
| 138 | + } |
113 | 139 | } |
114 | 140 | } |
0 commit comments