vbenjs / vite-plugin-html

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

Switch to non-deprecated plugin options #135

Closed marvinruder closed 11 months ago

marvinruder commented 1 year ago

Fixes #134: Deprecation messages in Vite 5

marvinruder commented 1 year 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 11 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 11 months ago

Closing in favor of #137.