|
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", |
|
193 | 205 | "options": { |
194 | 206 | "outputPath": "dist/server", |
195 | 207 | "main": "server.ts", |
196 | | - "tsConfig": "tsconfig.server.json" |
| 208 | + "tsConfig": "tsconfig.server.json", |
| 209 | + "sourceMap": true, |
| 210 | + "optimization": false |
197 | 211 | }, |
198 | 212 | "configurations": { |
199 | 213 | "production": { |
|
206 | 220 | "sourceMap": false, |
207 | 221 | "optimization": true |
208 | 222 | } |
209 | | - } |
| 223 | + }, |
| 224 | + "defaultConfiguration": "" |
210 | 225 | }, |
211 | 226 | "deploy": { |
212 | 227 | "builder": "angular-cli-ghpages:deploy", |
|
0 commit comments