🐞 Bug report
Description
🔬 Minimal Reproduction
Create Angular 16+ app using scullyio and the flash prevention plugin. Observe the transition time from the prerendered page to the dynamic page generated by the SPA.
💻Your Environment
Angular Version:
Angular CLI: 17.1.0
Node: 18.17.1
Package Manager: npm 8.18.0
OS: darwin arm64
Scully Version:
"@scullyio/init": "^2.1.41",
"@scullyio/ng-lib": "^2.1.41",
"@scullyio/scully": "^2.1.41",
"@scullyio/scully-plugin-flash-prevention": "^2.1.41",
"@scullyio/scully-plugin-puppeteer": "^2.1.41",
🔥 Exception or Error
"Scully is using timeouts, add the needed polyfills instead!"
The needed polyfill, zone.js/dist/task-tracking, is no longer exported as of Angular 16
and therefore cannot be specified as a polyfill. This results in the transition from the
prerendered to dynamic page taking much longer than normal.
🐞 Bug report
Description
🔬 Minimal Reproduction
Create Angular 16+ app using scullyio and the flash prevention plugin. Observe the transition time from the prerendered page to the dynamic page generated by the SPA.
💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error