If devtool is different and hmr updates different file ranges, vue ref will lose state, I don't know why #2105
Unanswered
skywalker512
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@skywalker512 This is a vue-loader bug with webpack5, so rspack also meet this case. Please track here vuejs/vue-loader#1795, i will discuss it with @sodatea. |
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.
-
https://github.com/skywalker512/rspacksse-lite
pnpm dev
change src/pages/index.vue
when devtool is false
the change file is
when devtool is source-map
the change file is
Beta Was this translation helpful? Give feedback.
All reactions