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): support locating PNPM lock file during NGCC processing
Previously, we only handled Yarn and NPM lock files even though PNPM is supported as package manager.
The lock file is used to perform checks to determine if an initial execution of NGCC was already performed.
Closes#22632
(cherry picked from commit 966dd01)
0 commit comments