Skip to content

fwouts/vite-not-refreshing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug report (Vite 3)

vitejs/vite#9534

When the initial render fails because of a missing import, fixing the issue does not automatically re-render the page. It needs to be force-refreshed manually.

To reproduce:

  • Install dependencies with pnpm install
  • Run pnpm dev and open the http://localhost:5173
  • Notice the error caused by the invalid import in counter.js as expected
  • Remove the invalid import
  • BUG: The page should reload and render successfully

This does not happen with Vite 2 (tested with v2.9.14).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors