|
10 | 10 | "prefix": "neb",
|
11 | 11 | "architect": {
|
12 | 12 | "build": {
|
13 |
| - "builder": "@angular-devkit/build-ng-packagr:build", |
| 13 | + "builder": "@angular-devkit/build-angular:ng-packagr", |
14 | 14 | "options": {
|
15 | 15 | "tsConfig": "projects/ngx-element-boundary/tsconfig.lib.json",
|
16 | 16 | "project": "projects/ngx-element-boundary/ng-package.json"
|
|
24 | 24 | "test": {
|
25 | 25 | "builder": "@angular-builders/jest:run",
|
26 | 26 | "options": {}
|
27 |
| - }, |
28 |
| - "lint": { |
29 |
| - "builder": "@angular-devkit/build-angular:tslint", |
30 |
| - "options": { |
31 |
| - "tsConfig": [ |
32 |
| - "projects/ngx-element-boundary/tsconfig.lib.json", |
33 |
| - "projects/ngx-element-boundary/tsconfig.spec.json" |
34 |
| - ], |
35 |
| - "exclude": ["**/node_modules/**"] |
36 |
| - } |
37 | 27 | }
|
38 | 28 | }
|
39 | 29 | },
|
|
57 | 47 | "@schematics/angular:interceptor": {
|
58 | 48 | "skipTests": true
|
59 | 49 | },
|
60 |
| - "@schematics/angular:module": { |
61 |
| - "skipTests": true |
62 |
| - }, |
| 50 | + "@schematics/angular:module": {}, |
63 | 51 | "@schematics/angular:pipe": {
|
64 | 52 | "skipTests": true
|
65 | 53 | },
|
|
79 | 67 | "main": "projects/demo/src/main.ts",
|
80 | 68 | "polyfills": "projects/demo/src/polyfills.ts",
|
81 | 69 | "tsConfig": "projects/demo/tsconfig.app.json",
|
82 |
| - "aot": true, |
83 | 70 | "assets": [
|
84 | 71 | "projects/demo/src/favicon.ico",
|
85 | 72 | "projects/demo/src/assets"
|
86 | 73 | ],
|
87 | 74 | "styles": ["projects/demo/src/styles.css"],
|
88 |
| - "scripts": [] |
| 75 | + "scripts": [], |
| 76 | + "vendorChunk": true, |
| 77 | + "extractLicenses": false, |
| 78 | + "buildOptimizer": false, |
| 79 | + "sourceMap": true, |
| 80 | + "optimization": false, |
| 81 | + "namedChunks": true |
89 | 82 | },
|
90 | 83 | "configurations": {
|
91 | 84 | "production": {
|
|
98 | 91 | "optimization": true,
|
99 | 92 | "outputHashing": "all",
|
100 | 93 | "sourceMap": false,
|
101 |
| - "extractCss": true, |
102 | 94 | "namedChunks": false,
|
103 | 95 | "extractLicenses": true,
|
104 | 96 | "vendorChunk": false,
|
|
116 | 108 | }
|
117 | 109 | ]
|
118 | 110 | }
|
119 |
| - } |
| 111 | + }, |
| 112 | + "defaultConfiguration": "production" |
120 | 113 | },
|
121 | 114 | "serve": {
|
122 | 115 | "builder": "@angular-devkit/build-angular:dev-server",
|
|
138 | 131 | }
|
139 | 132 | }
|
140 | 133 | },
|
141 |
| - "defaultProject": "ngx-element-boundary" |
| 134 | + "cli": { |
| 135 | + "analytics": false |
| 136 | + } |
142 | 137 | }
|
0 commit comments