prerenderer
prerenderer copied to clipboard
Fast, flexible, framework-agnostic prerendering for sites and SPAs.
I've tried to use prerender function with renderer option. `prerender({ ... renderer: "@prerenderer/renderer-puppeteer", ... })` But RollupPrerenderOptions has no property named 'render' since it extends Omit. ` // node_modules/@prerenderer/rollup-plugin/types/Options.d.ts export...
Hello, I'm using the latest version of Vite with React. I'm encountering this error: `` RollupError: index.html not found during prerender `` and `` error during build: RollupError: Could not...
Hi, I have a use case where I want to prerender a react app as part of a build pipeline for static deployment. I'm using parcel for the build step,...
My project is based on Vite packaging. Since my previous project was SPA, I ultimately hope that my project can be converted to SSG. Therefore, I started running `npm install...
Lastly i have random error inside gitlab pipeline. Restarting does help sometimes, sometimes doesn't.. ``` rendering chunks... [plugin:Prerender Plugin] [plugin Prerender Plugin] Unable to prerender all routes! ..... error during...
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. Changelog Sourced from rollup's changelog. rollup changelog 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...
Hi, When I change the output path parameter base, an error occurs during the build process 
I've tested out using `@prerenderer/rollup-plugin` for Vite+Vue for a few pages and it works great. I'm considering expanding usage so it works for thousand of pages that rarely change. I...