|
15 | 15 | },
|
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": "dist/ngx-multi-sort-table", |
| 20 | + "outputPath": { |
| 21 | + "base": "dist/ngx-multi-sort-table", |
| 22 | + "browser": "" |
| 23 | + }, |
21 | 24 | "index": "src/index.html",
|
22 |
| - "main": "src/main.ts", |
23 |
| - "polyfills": "src/polyfills.ts", |
| 25 | + "polyfills": [ |
| 26 | + "src/polyfills.ts" |
| 27 | + ], |
24 | 28 | "tsConfig": "src/tsconfig.app.json",
|
25 | 29 | "assets": [
|
26 | 30 | "src/favicon.ico",
|
|
31 | 35 | "src/styles.scss"
|
32 | 36 | ],
|
33 | 37 | "scripts": [],
|
34 |
| - "vendorChunk": true, |
35 | 38 | "extractLicenses": false,
|
36 |
| - "buildOptimizer": false, |
37 | 39 | "sourceMap": true,
|
38 | 40 | "optimization": false,
|
39 |
| - "namedChunks": true |
| 41 | + "namedChunks": true, |
| 42 | + "browser": "src/main.ts" |
40 | 43 | },
|
41 | 44 | "configurations": {
|
42 | 45 | "production": {
|
|
51 | 54 | "sourceMap": false,
|
52 | 55 | "namedChunks": false,
|
53 | 56 | "extractLicenses": true,
|
54 |
| - "vendorChunk": false, |
55 |
| - "buildOptimizer": true, |
56 | 57 | "budgets": [
|
57 | 58 | {
|
58 | 59 | "type": "initial",
|
|
196 | 197 | "prefix": "app",
|
197 | 198 | "architect": {
|
198 | 199 | "build": {
|
199 |
| - "builder": "@angular-devkit/build-angular:browser", |
| 200 | + "builder": "@angular-devkit/build-angular:application", |
200 | 201 | "options": {
|
201 |
| - "outputPath": "dist/demo", |
| 202 | + "outputPath": { |
| 203 | + "base": "dist/demo" |
| 204 | + }, |
202 | 205 | "index": "projects/demo/src/index.html",
|
203 |
| - "main": "projects/demo/src/main.ts", |
204 | 206 | "polyfills": [
|
205 | 207 | "zone.js"
|
206 | 208 | ],
|
|
213 | 215 | "styles": [
|
214 | 216 | "projects/demo/src/styles.scss"
|
215 | 217 | ],
|
216 |
| - "scripts": [] |
| 218 | + "scripts": [], |
| 219 | + "browser": "projects/demo/src/main.ts" |
217 | 220 | },
|
218 | 221 | "configurations": {
|
219 | 222 | "production": {
|
|
232 | 235 | "outputHashing": "all"
|
233 | 236 | },
|
234 | 237 | "development": {
|
235 |
| - "buildOptimizer": false, |
236 | 238 | "optimization": false,
|
237 |
| - "vendorChunk": true, |
238 | 239 | "extractLicenses": false,
|
239 | 240 | "sourceMap": true,
|
240 | 241 | "namedChunks": true
|
|
0 commit comments