trapcodeio / vite-plugin-ejs

Vite: Use Ejs in your entypoints i.e index.html
https://stackblitz.com/edit/vite-plugin-ejs
66 stars 5 forks source link

Vite 5 warnings #12

Closed gkiely closed 1 year ago

gkiely commented 1 year ago

When using vite-plugin-ejs with vite@5 I see the following warnings:

plugin 'vite-plugin-ejs' uses deprecated 'enforce' option. Use 'order' option instead.
plugin 'vite-plugin-ejs' uses deprecated 'transform' option. Use 'handler' option instead.
trapcodeio commented 1 year ago

Thank You, I'll review and apply.

trapcodeio commented 1 year ago

Fixed, update to the latest version