Releases: windsonR/vite-plugin-virtual-html
Releases · windsonR/vite-plugin-virtual-html
1.2.1
1.2.0
1.1.20
- In dev mode, when configure html file is not exists, server will directly return 404 and abort request.
- Use types from connect-history-api-fallback
- use
createFilter
to filter html file.
1.1.18
1.1.17
1.1.16
1.1.15
According to Vite's CHANGELOG.md
When config.appType
is SPA
, any html not in project root, will fallback to index.html
.
So change config.appType
to custom
to make sure Vite's default html fallback not execute.