- Notifications
You must be signed in to change notification settings - Fork11.9k
Commitc557a19
committed
fix(@schematics/angular): avoid empty polyfill option for new zoneless application
To reduce the size of the initial `angular.json` for applications, newlygenerated zoneless applications will no longer contain an explicit empty`polyfills` option. The option can still be added and is available for useif needed by an application but the empty array value will no longer bepresent when generating a zoneless application.This has no effect for applications using Zone.js (default).1 parent100571f commitc557a19
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments
Comments
(0)