emosheeep / vite-plugin-virtual-mpa

Out-of-box MPA plugin for Vite, generate multiple entries using only one template.
https://stackblitz.com/~/github.com/emosheeep/vite-plugin-virtual-mpa
MIT License
113 stars 15 forks source link

Add transformTemplateHtml #56

Closed JonesChi closed 7 months ago

JonesChi commented 7 months ago

Allow to transform the html of a template before it is rendered.

emosheeep commented 7 months ago

Could you please describe the situations you've encoutered?

JonesChi commented 7 months ago

Could you please describe the situations you've encoutered?

This feature is inspired by transformIndexHtml, please refer to https://vitejs.dev/guide/api-plugin#transformindexhtml It helps when you want to build multiple websites from the same source.

emosheeep commented 7 months ago

build multiple websites from the same source

I got it, it helps customize something before building.

emosheeep commented 7 months ago

I modified something and have published v1.10.0, you can have a try.