Closed wdlnydhcg closed 2 years ago
I think it's probably webpack5, I tried to build VUe3 + TS +less with Webpack5. The page can be accessed normally, but HMR is also invalid
After setting the vue.config.js file, the problem is resolved
...
devServer: {
hot: false,
},
Version
5.0.0-rc.2
Reproduction link
github.com
Environment info
Steps to reproduce
What is expected?
code updated in real time
What is actually happening?
After I created the project with Vuecli, the HMR function failed. I don't know why, because there is no error