how to use HMR at vue-cli with webpack4.x? #1072
Unanswered
FeiFanLiang
asked this question in
Help and Questions
Replies: 3 comments
-
I'm also trying to figure out how to use it in a project using Nuxt 2 & Webpack 4. if (module.hot) module.hot.accept(acceptHMRUpdate(useStore, module.hot)) But it doesn't work, I guess there may be some adaptations to do in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has this been resolved? |
Beta Was this translation helpful? Give feedback.
0 replies
-
any progress? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
webpack4.x not support import.meta,and doc have not how use HMR in webpack project,hope to add example
Beta Was this translation helpful? Give feedback.
All reactions