You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This PR makes it always use the `src/$$_gendir/` special directory.
@Brocco this should also fix your local failing poll test.
Fix#6238Close#6959
0 commit comments