trapcodeio/vite-plugin-ejs

Process another index*.html ?

mj321 opened this issue · 2 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.