You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Is there a way to cache the result of prerender-spa-plugin if the relevant component of the routes is not changed, should skip the corresponding compilation process to save time.
I use history API router to route components in both dev and prod environments, and enabled prerender-spa-plugin for them.
It really takes a lot of time to prerender about 10 routes of components.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to cache the result of prerender-spa-plugin if the relevant component of the routes is not changed, should skip the corresponding compilation process to save time.
I use history API router to route components in both dev and prod environments, and enabled prerender-spa-plugin for them.
It really takes a lot of time to prerender about 10 routes of components.
The text was updated successfully, but these errors were encountered: