Eptagone / Vite.AspNetCore

Small library to integrate Vite into ASP.NET projects
MIT License
243 stars 34 forks source link

Vite.Server:UseFullDevUrl causes full page reload #79

Closed cayroso closed 8 months ago

cayroso commented 8 months ago

Describe the bug When the setting in the manifest is set to "false", it causes full page reload. All the vuejs components get requested from the server.

But if the flag is set to "true", it works as expected.

Eptagone commented 8 months ago

Hi @cayroso. The flag UseFullDevUrl should always be True to make Vite works properly in most cases. That's why that setting will be removed with the next release. Tag Helpers will always render the full dev server URL now.

cayroso commented 8 months ago

If that will be updated to that in the future, this ticket will not be relevant anymore. I'm closing the ticket now, thanks!.