|
11 | 11 | "schematics": {}, |
12 | 12 | "architect": { |
13 | 13 | "build": { |
14 | | - "builder": "@angular-devkit/build-angular:browser", |
| 14 | + "builder": "@angular/build:application", |
15 | 15 | "options": { |
16 | | - "outputPath": "dist/sample-auth-guards", |
| 16 | + "outputPath": { |
| 17 | + "base": "dist/sample-auth-guards" |
| 18 | + }, |
17 | 19 | "index": "src/index.html", |
18 | | - "main": "src/main.ts", |
19 | | - "polyfills": "src/polyfills.ts", |
| 20 | + "polyfills": [ |
| 21 | + "src/polyfills.ts" |
| 22 | + ], |
20 | 23 | "tsConfig": "src/tsconfig.app.json", |
21 | 24 | "assets": [ |
22 | 25 | "src/favicon.ico", |
|
27 | 30 | "src/styles.css" |
28 | 31 | ], |
29 | 32 | "scripts": [], |
30 | | - "vendorChunk": true, |
31 | 33 | "extractLicenses": false, |
32 | | - "buildOptimizer": false, |
33 | 34 | "sourceMap": true, |
34 | 35 | "optimization": false, |
35 | | - "namedChunks": true |
| 36 | + "namedChunks": true, |
| 37 | + "browser": "src/main.ts" |
36 | 38 | }, |
37 | 39 | "configurations": { |
38 | 40 | "production": { |
|
57 | 59 | "outputHashing": "all" |
58 | 60 | }, |
59 | 61 | "development": { |
60 | | - "buildOptimizer": false, |
61 | 62 | "optimization": false, |
62 | | - "vendorChunk": true, |
63 | 63 | "extractLicenses": false, |
64 | 64 | "sourceMap": true, |
65 | 65 | "namedChunks": true |
|
68 | 68 | "defaultConfiguration": "production" |
69 | 69 | }, |
70 | 70 | "serve": { |
71 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 71 | + "builder": "@angular/build:dev-server", |
72 | 72 | "options": { |
73 | 73 | "ssl": true, |
74 | 74 | "sslKey": "ssl/localhost.key", |
|
86 | 86 | "defaultConfiguration": "development" |
87 | 87 | }, |
88 | 88 | "extract-i18n": { |
89 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 89 | + "builder": "@angular/build:extract-i18n", |
90 | 90 | "options": { |
91 | 91 | "buildTarget": "sample-auth-guards:build" |
92 | 92 | } |
|
0 commit comments