prerender-spa-plugin
prerender-spa-plugin copied to clipboard
Vue-cli-service build is hung up with PuppeteerRenderer
The build shows no output and hung up is when I use PuppeteerRenderer. Can someone please help??
Have you tried debugging with headless: false? Does Chrome open at all? More info needed.
Same issue, no in console. try with headless: false, and timeout settings and nothing, hang up " Building for production..."
How are you handling the firing of the prerender process? By event, by time...?
Stumbled on this problem. Set renderer options to renderAfterTime and it worked. Before that tried through renderAfterDocumentEvent. Generated file doesn't use injected window property. Seems like window['__PRERENDER_INJECTED'] is not a default place for inject's. But setting injectProperty also doesn't work. Will keep looking
I'm having the same issue when using optimization and splitChunks in webpack with cache groups. It never seems to fire the document event.
I remove cacheGroups and it works as expected.