|
20 | 20 | "browser": "" |
21 | 21 | }, |
22 | 22 | "index": "src/index.html", |
23 | | - "polyfills": [ |
24 | | - "zone.js" |
25 | | - ], |
| 23 | + "polyfills": ["zone.js"], |
26 | 24 | "tsConfig": "tsconfig.app.json", |
27 | 25 | "aot": true, |
28 | | - "assets": [ |
29 | | - "src/favicon.ico", |
30 | | - "src/assets" |
31 | | - ], |
32 | | - "styles": [ |
33 | | - "src/styles.css" |
34 | | - ], |
| 26 | + "assets": ["src/favicon.ico", "src/assets"], |
| 27 | + "styles": ["src/styles.css"], |
35 | 28 | "scripts": [], |
36 | 29 | "optimization": false, |
37 | 30 | "progress": false, |
|
86 | 79 | "test": { |
87 | 80 | "builder": "@angular-devkit/build-angular:karma", |
88 | 81 | "options": { |
89 | | - "polyfills": [ |
90 | | - "zone.js", |
91 | | - "zone.js/testing" |
92 | | - ], |
| 82 | + "polyfills": ["zone.js", "zone.js/testing"], |
93 | 83 | "tsConfig": "tsconfig.spec.json", |
94 | 84 | "karmaConfig": "karma.conf.js", |
95 | | - "assets": [ |
96 | | - "src/favicon.ico", |
97 | | - "src/assets" |
98 | | - ], |
99 | | - "styles": [ |
100 | | - "src/styles.css" |
101 | | - ], |
| 85 | + "assets": ["src/favicon.ico", "src/assets"], |
| 86 | + "styles": ["src/styles.css"], |
102 | 87 | "scripts": [], |
103 | 88 | "progress": false, |
104 | 89 | "watch": false |
|
107 | 92 | "lint": { |
108 | 93 | "builder": "@angular-devkit/build-angular:tslint", |
109 | 94 | "options": { |
110 | | - "tsConfig": [ |
111 | | - "tsconfig.app.json", |
112 | | - "tsconfig.spec.json", |
113 | | - "e2e/tsconfig.json" |
114 | | - ], |
115 | | - "exclude": [ |
116 | | - "**/node_modules/**" |
117 | | - ] |
118 | | - } |
119 | | - }, |
120 | | - "e2e": { |
121 | | - "builder": "@angular-devkit/build-angular:private-protractor", |
122 | | - "options": { |
123 | | - "protractorConfig": "e2e/protractor.conf.js", |
124 | | - "devServerTarget": "animations:serve", |
125 | | - "webdriverUpdate": false |
126 | | - }, |
127 | | - "configurations": { |
128 | | - "production": { |
129 | | - "devServerTarget": "animations:serve:production" |
130 | | - }, |
131 | | - "ci": { |
132 | | - "devServerTarget": "animations:serve:ci" |
133 | | - }, |
134 | | - "ci-production": { |
135 | | - "devServerTarget": "animations:serve:ci-production" |
136 | | - } |
| 95 | + "tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"], |
| 96 | + "exclude": ["**/node_modules/**"] |
137 | 97 | } |
138 | 98 | } |
139 | 99 | } |
|
0 commit comments