[Feature]: Support Vue SSG (prerendering) #2917
Replies: 6 comments 1 reply
-
The SSG feature should be provided by frameworks such as Rspress or Nuxt.
|
Beta Was this translation helpful? Give feedback.
-
@chenjiahan You have a point, but my projects are not using those frameworks though. Perhaps forking @prerenderer/webpack-plugin to make it work on Rspack? |
Beta Was this translation helpful? Give feedback.
-
Are you using |
Beta Was this translation helpful? Give feedback.
-
@chenjiahan Nope. Those old projects of mine are not even using webpack in fact (but mainly with Gulp + esbuild, if that matters). I noticed that @prerenderer/webpack-plugin doesn't work as I started a new project with Rsbuild experimenting the features I need (so that I may migrate with confidence once all features are supported). |
Beta Was this translation helpful? Give feedback.
-
The For this requirement, I believe that the Rsbuild ecosystem needs more SSG frameworks or plugins similar to Rspress. I look forward to the community building such solutions. 😄 |
Beta Was this translation helpful? Give feedback.
-
Yeah, I've implemented the solution using the rsbuild plugin. It wasn't too challenging, and it didn't cause me much trouble. |
Beta Was this translation helpful? Give feedback.
-
What problem does this feature solve?
Some of my projects are using Vue SSG (see [1] [2]) to improve loading performance, and I'm hoping that Rsbuild vue plugin can add support to this feature so that I may migrate those projects to Rsbuild.
Currently for webpack there is Prerenderer that does similar things, but it does not support Rspack.
What does the proposed API look like?
Ideally it will be a one-option setup:
Beta Was this translation helpful? Give feedback.
All reactions