|
15 | 15 | "sourceRoot": "projects/metis/src",
|
16 | 16 | "architect": {
|
17 | 17 | "build": {
|
18 |
| - "builder": "@angular-devkit/build-angular:browser", |
| 18 | + "builder": "@angular-devkit/build-angular:application", |
19 | 19 | "options": {
|
20 |
| - "outputPath": "projects/metis/dist/metis", |
| 20 | + "outputPath": { |
| 21 | + "base": "projects/metis/dist/metis" |
| 22 | + }, |
21 | 23 | "index": "projects/metis/src/index.html",
|
22 |
| - "main": "projects/metis/src/main.ts", |
23 | 24 | "tsConfig": "projects/metis/src/tsconfig.app.json",
|
24 |
| - "polyfills": "projects/metis/src/polyfills.ts", |
| 25 | + "polyfills": ["projects/metis/src/polyfills.ts"], |
25 | 26 | "progress": false,
|
26 |
| - "allowedCommonJsDependencies": ["@ctrl/ngx-codemirror", "codemirror", "vkbeautify"], |
| 27 | + "allowedCommonJsDependencies": ["@ctrl/ngx-codemirror", "codemirror", "xml-formatter"], |
27 | 28 | "stylePreprocessorOptions": {
|
28 | 29 | "includePaths": ["./"]
|
29 | 30 | },
|
30 | 31 | "assets": ["projects/metis/src/assets", "projects/metis/src/favicon.ico"],
|
31 | 32 | "styles": ["projects/metis/src/styles.scss"],
|
32 | 33 | "scripts": [],
|
33 |
| - "vendorChunk": true, |
34 | 34 | "extractLicenses": false,
|
35 |
| - "buildOptimizer": false, |
36 | 35 | "sourceMap": true,
|
37 | 36 | "optimization": false,
|
38 |
| - "namedChunks": true |
| 37 | + "namedChunks": true, |
| 38 | + "browser": "projects/metis/src/main.ts" |
39 | 39 | },
|
40 | 40 | "configurations": {
|
41 | 41 | "production": {
|
|
45 | 45 | "maximumWarning": "100kb"
|
46 | 46 | }
|
47 | 47 | ],
|
48 |
| - "buildOptimizer": true, |
49 | 48 | "extractLicenses": true,
|
50 | 49 | "namedChunks": false,
|
51 | 50 | "optimization": {
|
|
122 | 121 | },
|
123 | 122 | "architect": {
|
124 | 123 | "build": {
|
125 |
| - "builder": "@angular-devkit/build-angular:browser", |
| 124 | + "builder": "@angular-devkit/build-angular:application", |
126 | 125 | "options": {
|
127 |
| - "outputPath": "projects/sandbox/dist/sandbox", |
| 126 | + "outputPath": { |
| 127 | + "base": "projects/sandbox/dist/sandbox" |
| 128 | + }, |
128 | 129 | "index": "projects/sandbox/src/index.html",
|
129 |
| - "main": "projects/sandbox/src/main.ts", |
130 | 130 | "tsConfig": "projects/sandbox/src/tsconfig.app.json",
|
131 |
| - "polyfills": "projects/sandbox/src/polyfills.ts", |
| 131 | + "polyfills": ["projects/sandbox/src/polyfills.ts"], |
132 | 132 | "progress": false,
|
133 | 133 | "assets": ["projects/sandbox/src/favicon.ico", "projects/sandbox/src/assets"],
|
134 | 134 | "styles": ["projects/sandbox/src/styles.scss"],
|
|
157 | 157 | "includePaths": ["./"]
|
158 | 158 | },
|
159 | 159 | "scripts": [],
|
160 |
| - "vendorChunk": true, |
161 | 160 | "extractLicenses": false,
|
162 |
| - "buildOptimizer": false, |
163 | 161 | "sourceMap": true,
|
164 | 162 | "optimization": false,
|
165 |
| - "namedChunks": true |
| 163 | + "namedChunks": true, |
| 164 | + "browser": "projects/sandbox/src/main.ts" |
166 | 165 | },
|
167 | 166 | "configurations": {
|
168 | 167 | "production": {
|
|
177 | 176 | "sourceMap": false,
|
178 | 177 | "namedChunks": false,
|
179 | 178 | "extractLicenses": true,
|
180 |
| - "buildOptimizer": true, |
181 | 179 | "budgets": [
|
182 | 180 | {
|
183 | 181 | "type": "initial",
|
|
0 commit comments