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
This should be ok now. We also check for known hashes of unmodified polyfills file, for both Linux and Windows, and replace those. That should cover most of the comment cases.
CLI 7 projects have almost all polyfills commented out except zone.js.
The CLI 8 migration attempts to remove polyfills imports by parsing the AST, but since they are commented out they never show up.
The migration should remove these imports regardless of being commented out, since they aren't necessary anymore.
The text was updated successfully, but these errors were encountered: