Note: The code generator has deoptimised the styling of "E:/preact/hello/build/ssr-build/ssr-bundle.js" as it exceeds the max of "500KB"?
How to disable prerender when build ?
npm run build -- --prerender false should do the work.
For future users arriving here since its number 1 result from google: flag is now --no-prerender
Most helpful comment
For future users arriving here since its number 1 result from google: flag is now
--no-prerender