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

Does this plugin support importing ejs partials? #39

Open tlentz opened 1 year ago

tlentz commented 1 year ago

I am trying to reuse common html code by doings something like

<%- include("./partial.html") %>

but it doesn't seem to work

emosheeep commented 1 year ago

For now it doesn't,it seems not relevant.