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
Removing it requires an analysis of all application code to ensure it is not used as well as any dependencies which might have a peer dependency on the package. While possible it is also complex and potentially time-intensive for large projects.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
No.
Description
Per #13954 (comment) - should the project dependency on
core-js
be removed when updating? It isn't present in new v8 projects.🔬 Minimal Reproduction
Run
ng update @angular/cli @angular/core
on a v7 project. See that after the update,core-js
is still listed as a dependency.The text was updated successfully, but these errors were encountered: