I created a empty starter project (vanilla ts) via pnpm create vite-plugin-web-extension and I modified popup.ts but the browser simply closed and never re-opened.
Reproduction
pnpm create vite-plugin-web-extension
pnpm install
pnpm dev
Modify src/popup.ts
Now the browser closes but never reopens. I also expected a change to popup.ts wouldn't cause a browser restart but simply HMR
Summary
I created a empty starter project (vanilla ts) via
pnpm create vite-plugin-web-extension
and I modifiedpopup.ts
but the browser simply closed and never re-opened.Reproduction
pnpm create vite-plugin-web-extension
pnpm install
pnpm dev
src/popup.ts
popup.ts
wouldn't cause a browser restart but simply HMREnvironment