vbenjs / vite-plugin-html

A vite plugin for processing html. It is developed based on lodash template
MIT License
584 stars 93 forks source link

Switch to non-deprecated plugin options #135

Closed marvinruder closed 9 months ago

marvinruder commented 10 months ago

Fixes #134: Deprecation messages in Vite 5

marvinruder commented 10 months ago

Not sure if this change retains compatibility with all versions of Vite matching the peerDependencies range, so that range might need updating as well.

haiweilian commented 10 months ago

我建议与所有版本兼容。这只是内部 API 更改,安装时我不需要注意版本。

I recommend compatibility with all versions. This is an internal API change only,I don't need to pay attention to the version when installing.

marvinruder commented 9 months ago

Closing in favor of #137.