Commit c557a19
committed
fix(@schematics/angular): avoid empty polyfill option for new zoneless application
To reduce the size of the initial `angular.json` for applications, newly
generated zoneless applications will no longer contain an explicit empty
`polyfills` option. The option can still be added and is available for use
if needed by an application but the empty array value will no longer be
present when generating a zoneless application.
This has no effect for applications using Zone.js (default).1 parent 100571f commit c557a19
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