After importing vite-plugin-html, there is an issue with incorrect navigation when using form.submit() to download files. The first image below shows the expected behavior, while the second image shows the incorrect behavior after using vite-plugin-html. (Download path is just an example)
Reproduction
vite-plugin-html-reproduction
Description
After importing
vite-plugin-html
, there is an issue with incorrect navigation when usingform.submit()
to download files. The first image below shows the expected behavior, while the second image shows the incorrect behavior after usingvite-plugin-html
. (Download path is just an example)