|
4 | 4 | "newProjectRoot": "projects", |
5 | 5 | "projects": { |
6 | 6 | "angular-notifier": { |
| 7 | + "projectType": "library", |
7 | 8 | "root": "projects/angular-notifier", |
8 | 9 | "sourceRoot": "projects/angular-notifier/src", |
9 | | - "projectType": "library", |
10 | 10 | "architect": { |
11 | 11 | "build": { |
12 | 12 | "builder": "@angular-devkit/build-ng-packagr:build", |
|
24 | 24 | } |
25 | 25 | }, |
26 | 26 | "angular-notifier-demo": { |
| 27 | + "projectType": "application", |
27 | 28 | "root": "projects/angular-notifier-demo/", |
28 | 29 | "sourceRoot": "projects/angular-notifier-demo/src", |
29 | | - "projectType": "application", |
30 | 30 | "architect": { |
31 | 31 | "build": { |
32 | 32 | "builder": "@angular-devkit/build-angular:browser", |
|
36 | 36 | "main": "projects/angular-notifier-demo/src/main.ts", |
37 | 37 | "polyfills": "projects/angular-notifier-demo/src/polyfills.ts", |
38 | 38 | "tsConfig": "projects/angular-notifier-demo/tsconfig.app.json", |
| 39 | + "aot": false, |
39 | 40 | "assets": [ |
40 | 41 | "projects/angular-notifier-demo/src/favicon.ico", |
41 | 42 | "projects/angular-notifier-demo/src/assets" |
42 | 43 | ], |
43 | 44 | "styles": [ |
44 | 45 | "projects/angular-notifier-demo/src/styles.scss" |
45 | 46 | ], |
46 | | - "scripts": [], |
47 | | - "es5BrowserSupport": true |
| 47 | + "scripts": [] |
48 | 48 | }, |
49 | 49 | "configurations": { |
50 | 50 | "production": { |
|
60 | 60 | "extractCss": true, |
61 | 61 | "namedChunks": false, |
62 | 62 | "aot": true, |
63 | | - "extractLicenses": true, |
| 63 | + "extractLicenses": false, |
64 | 64 | "vendorChunk": false, |
65 | 65 | "buildOptimizer": true |
66 | 66 | } |
|
0 commit comments