|
8 | 8 | "schematics": { |
9 | 9 | "@schematics/angular:component": { |
10 | 10 | "style": "scss", |
11 | | - "skipTests": true, |
12 | | - "standalone": false |
| 11 | + "skipTests": true |
13 | 12 | }, |
14 | 13 | "@schematics/angular:class": { |
15 | 14 | "skipTests": true |
16 | 15 | }, |
17 | 16 | "@schematics/angular:directive": { |
18 | | - "skipTests": true, |
19 | | - "standalone": false |
| 17 | + "skipTests": true |
20 | 18 | }, |
21 | 19 | "@schematics/angular:guard": { |
22 | 20 | "skipTests": true |
|
25 | 23 | "skipTests": true |
26 | 24 | }, |
27 | 25 | "@schematics/angular:pipe": { |
28 | | - "skipTests": true, |
29 | | - "standalone": false |
| 26 | + "skipTests": true |
30 | 27 | }, |
31 | 28 | "@schematics/angular:resolver": { |
32 | 29 | "skipTests": true |
|
40 | 37 | "prefix": "app", |
41 | 38 | "architect": { |
42 | 39 | "build": { |
43 | | - "builder": "@angular-devkit/build-angular:application", |
| 40 | + "builder": "@angular/build:application", |
44 | 41 | "options": { |
45 | | - "outputPath": "dist/DevExtreme-app", |
46 | | - "index": "src/index.html", |
47 | 42 | "browser": "src/main.ts", |
48 | 43 | "polyfills": [ |
49 | 44 | "zone.js" |
50 | 45 | ], |
51 | 46 | "tsConfig": "tsconfig.app.json", |
52 | 47 | "inlineStyleLanguage": "scss", |
53 | 48 | "assets": [ |
54 | | - "src/favicon.ico", |
55 | | - "src/assets" |
| 49 | + { |
| 50 | + "glob": "**/*", |
| 51 | + "input": "public" |
| 52 | + } |
56 | 53 | ], |
57 | 54 | "styles": [ |
58 | 55 | "node_modules/devextreme/dist/css/dx.common.css", |
|
63 | 60 | "src/dx-styles.scss", |
64 | 61 | "src/variables.scss", |
65 | 62 | "src/styles.scss" |
66 | | - ], |
67 | | - "scripts": [] |
| 63 | + ] |
68 | 64 | }, |
69 | 65 | "configurations": { |
70 | 66 | "production": { |
|
76 | 72 | }, |
77 | 73 | { |
78 | 74 | "type": "anyComponentStyle", |
79 | | - "maximumWarning": "2kb", |
80 | | - "maximumError": "4kb" |
| 75 | + "maximumWarning": "4kB", |
| 76 | + "maximumError": "8kB" |
81 | 77 | } |
82 | 78 | ], |
83 | 79 | "outputHashing": "all" |
|
91 | 87 | "defaultConfiguration": "production" |
92 | 88 | }, |
93 | 89 | "serve": { |
94 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 90 | + "builder": "@angular/build:dev-server", |
95 | 91 | "configurations": { |
96 | 92 | "production": { |
97 | 93 | "buildTarget": "DevExtreme-app:build:production" |
|
103 | 99 | "defaultConfiguration": "development" |
104 | 100 | }, |
105 | 101 | "extract-i18n": { |
106 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
107 | | - "options": { |
108 | | - "buildTarget": "DevExtreme-app:build" |
109 | | - } |
| 102 | + "builder": "@angular/build:extract-i18n" |
110 | 103 | }, |
111 | 104 | "test": { |
112 | | - "builder": "@angular-devkit/build-angular:karma", |
| 105 | + "builder": "@angular/build:karma", |
113 | 106 | "options": { |
114 | 107 | "polyfills": [ |
115 | 108 | "zone.js", |
|
118 | 111 | "tsConfig": "tsconfig.spec.json", |
119 | 112 | "inlineStyleLanguage": "scss", |
120 | 113 | "assets": [ |
121 | | - "src/favicon.ico", |
122 | | - "src/assets" |
| 114 | + { |
| 115 | + "glob": "**/*", |
| 116 | + "input": "public" |
| 117 | + } |
123 | 118 | ], |
124 | 119 | "styles": [ |
125 | 120 | "src/styles.scss" |
126 | | - ], |
127 | | - "scripts": [] |
| 121 | + ] |
128 | 122 | } |
129 | 123 | } |
130 | 124 | } |
131 | 125 | } |
132 | | - }, |
133 | | - "cli": { |
134 | | - "analytics": false |
135 | 126 | } |
136 | 127 | } |
0 commit comments