Commit f858fa4
committed
fix(@ngtools/webpack): don't use src dir as a resource
We add either `src/` or `src/$$_gendir/` directories as the lazy route resource, which causes rebuilds whenever anything changes there.
Setting a resource doesn't actually seem to be necessary, I did a few local tests and lazy routes still seem to be added and updated correctly.
@Brocco this should also fix your local failing poll test.
Fix #6238
Close #69591 parent cb0cc08 commit f858fa4
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
| |||
0 commit comments