trapcodeio / vite-plugin-ejs

Vite: Use Ejs in your entypoints i.e index.html

Home Page:https://stackblitz.com/edit/vite-plugin-ejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process another index*.html ?

mj321 opened this issue · comments

Apart from index.html, i also have a index_debug.html, which also contains ejs.

How can i get them both to get processed?

This plugin only works for your vite entry files..
If you want to use ejs with any other file that is not a vite entry file then simple use the ejs package directly.

Thanks for your response.