prerender-spa-plugin
prerender-spa-plugin copied to clipboard
Not be compatible with PWA building
The pre-rendered pages are not to be included in the precache-manifest file. And the prerender processing preserved the content of the original entry file index.html
before webpack-pwa-plugin revisions files, it causes the revision number for /index.html
in precache-manifest file is always the same one, (but it's content is updated).
I'm having the same problem. Is there a workaround?
My solution is here, but I've since abandoned pre-rendering altogether. I believe my app isn't well suited to it. https://gist.github.com/jaunt/b5127af103995e80dd74ff14662a0281
@jaunt It is a much-appreciated work!
My solution is here, but I've since abandoned pre-rendering altogether. I believe my app isn't well suited to it. https://gist.github.com/jaunt/b5127af103995e80dd74ff14662a0281
404 NotFound