hex-ci/vite-plugin-virtual-html-template

[bug]当访问路径没有.html时,处理不到

Closed this issue · 2 comments

tkgkn commented

image

日志上看path.extname('/home/index'),后缀是空字符串,走不到后续逻辑。

访问的路径是 http://localhost:3000/home/index

目录是/pages/home/app.tsx,/index是一个路由

感谢你的反馈!正常来说都需要有 .html 结尾呀,你的这个路由是 history 模式的路由么?

我刚才发布了一版,支持了 history 模式,你可以更新试试,感谢你的支持!