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.