This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
v3.3.0
Additions
- prerenderer/#16 Allow setting the options passed to puppeteer's
page.goto()
call usingnew PuppeteerRenderer({rendererOptions: Object})
. See README.md. (Thanks @cbravo!)
Breaking
- #232 Terminate the build process if prerender-spa-plugin fails to render a page. This is the intended behavior. If you relied on this bug, you'll need to adjust accordingly. (Thanks again @cbravo!)
Changes
- Updated dependencies.