vite-plugin-html-config
vite-plugin-html-config copied to clipboard
Receiving warning of deprecated options in this html-plugin
Hello,
I'm receiving these warnings when I run the dev server on Vite with your vite-plugin-html-config plugin:
plugin 'html-plugin' uses deprecated 'enforce' option. Use 'order' option instead. plugin 'html-plugin' uses deprecated 'transform' option. Use 'handler' option instead.
This was brought on by the vite update, so I'll try to figure out how to fix it
Any updates on this?