switch webpack to development mode when use "--debug" #530
-
Hi all, today I spent hours trying to debug the client-side error "Hydration completed but contains mismatches". To view the warnings from vue, I ended up adding the following to my config: bundlerConfig: {
configureWebpack(config, isServer, isBuild) {
return { mode: 'development' };
}
}, How about we can simplify this by enabling the development mode by default when invoked as BTW, the mismatched element is the "hash" field from |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Apr 1, 2022
Replies: 1 comment
-
Track #734 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Track #734