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

docs: remove viteNext user config property from README #142

Closed qeleb closed 10 months ago

qeleb commented 10 months ago

Since #140, this config property viteNext has not existed in the code. This PR removes mentions of it to bring the README files up-to-date.

After this, I believe vite-plugin-html will be ready for a swift release to get rid of those pesky warnings in Vite 5.

oinochoe commented 10 months ago

@qeleb I'm using the viteNext option, is there any other alternative?

qeleb commented 10 months ago

@qeleb I'm using the viteNext option, is there any other alternative?

it doesn’t do anything in the latest version. it’s not needed for Vite 5+ (non-beta versions)

qeleb commented 10 months ago

@jinmao88 could you take a look at this when you get a chance? I'd love to see the latest vite-plugin-html get released to properly support Vite 5.

qeleb commented 10 months ago

@jinmao88 Could you create a new release?