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

fix:issue #102 #133

Closed yunchuan123 closed 8 months ago

yunchuan123 commented 10 months ago

Avoid the problem of requests for html in the public directory being rewritten to index.html in the dev environment.

yunchuan123 commented 10 months ago

Users can avoid this issue by placing their HTML files in a /static folder. @ay4toh5i