prerender-spa-plugin icon indicating copy to clipboard operation
prerender-spa-plugin copied to clipboard

How to cache the result.

Open gui-killer opened this issue 4 years ago • 0 comments

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.

gui-killer avatar Jul 28 '21 03:07 gui-killer