Closed heavenkiller2018 closed 2 years ago
I found what the problem is. my development enviroment is vscode remote (linux), but my local os is windows. so in vite-mv3-hmr.ts
, isWin
is false
. I staticly set it to be true, then everything is ok! but there is another problem that it's not a real HMR which only need to refresh the web page to reflect the changes. In fact, I have to reload this extension to see the changes every time when the source code is modified? why? and how to improve it?
In fact, I have to reload this extension to see the changes every time when the source code is modified? why? and how to improve it?
https://github.com/antfu/vitesse-webext/issues/59#issuecomment-1011008367, busy now, maybe I will have a look at it in some days 🤯.
I finally found what the problem is. I use raidrive to map the remote linux directory to local windows os with webdav, but there is delay in that manner when files syncing. I changed it to samba, then everything is ok! The HMR works😍😍😍
Describe the bug
I donwloaded the latest mv3 branch, and then run it:
but the popup page show:
Vite server did not start
, why ? how to fix it?Reproduction
reproduction
System Info
Used Package Manager
npm
Validations