|
22 | 22 | "main": "src/main.ts", |
23 | 23 | "polyfills": "src/polyfills.ts", |
24 | 24 | "tsConfig": "tsconfig.app.json", |
25 | | - "aot": true, |
26 | 25 | "assets": [ |
27 | 26 | "src/favicon.ico", |
28 | 27 | "src/assets" |
|
35 | 34 | "scripts": [ |
36 | 35 | "./node_modules/prismjs/prism.js", |
37 | 36 | "./node_modules/prismjs/components/prism-typescript.min.js" |
38 | | - ] |
| 37 | + ], |
| 38 | + "vendorChunk": true, |
| 39 | + "extractLicenses": false, |
| 40 | + "buildOptimizer": false, |
| 41 | + "sourceMap": true, |
| 42 | + "optimization": false, |
| 43 | + "namedChunks": true |
39 | 44 | }, |
40 | 45 | "configurations": { |
41 | 46 | "production": { |
|
66 | 71 | } |
67 | 72 | ] |
68 | 73 | } |
69 | | - } |
| 74 | + }, |
| 75 | + "defaultConfiguration": "" |
70 | 76 | }, |
71 | 77 | "build_ghpages": { |
72 | 78 | "builder": "@angular-devkit/build-angular:browser", |
|
78 | 84 | "main": "src/main.ts", |
79 | 85 | "polyfills": "src/polyfills.ts", |
80 | 86 | "tsConfig": "tsconfig.app.json", |
81 | | - "aot": true, |
82 | 87 | "assets": [ |
83 | 88 | "src/favicon.ico", |
84 | 89 | "src/assets" |
|
91 | 96 | "scripts": [ |
92 | 97 | "./node_modules/prismjs/prism.js", |
93 | 98 | "./node_modules/prismjs/components/prism-typescript.min.js" |
94 | | - ] |
| 99 | + ], |
| 100 | + "vendorChunk": true, |
| 101 | + "extractLicenses": false, |
| 102 | + "buildOptimizer": false, |
| 103 | + "sourceMap": true, |
| 104 | + "optimization": false, |
| 105 | + "namedChunks": true |
95 | 106 | }, |
96 | 107 | "configurations": { |
97 | 108 | "production": { |
|
122 | 133 | } |
123 | 134 | ] |
124 | 135 | } |
125 | | - } |
| 136 | + }, |
| 137 | + "defaultConfiguration": "" |
126 | 138 | }, |
127 | 139 | "serve": { |
128 | 140 | "builder": "@angular-devkit/build-angular:dev-server", |
|
189 | 201 | "options": { |
190 | 202 | "outputPath": "dist/server", |
191 | 203 | "main": "server.ts", |
192 | | - "tsConfig": "tsconfig.server.json" |
| 204 | + "tsConfig": "tsconfig.server.json", |
| 205 | + "sourceMap": true, |
| 206 | + "optimization": false |
193 | 207 | }, |
194 | 208 | "configurations": { |
195 | 209 | "production": { |
|
202 | 216 | "sourceMap": false, |
203 | 217 | "optimization": true |
204 | 218 | } |
205 | | - } |
| 219 | + }, |
| 220 | + "defaultConfiguration": "" |
206 | 221 | }, |
207 | 222 | "deploy": { |
208 | 223 | "builder": "angular-cli-ghpages:deploy", |
|
0 commit comments