-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__VUE_PROD_DEVTOOLS__ is not defined When SSR with prod mode #1991
Comments
I met this issue too. |
Yes. 4.0.0 can work. |
Fixed by #1992 🎉 |
problem still exist, 4.0.0 is ok |
What bundler does your project use? If it's webpack, try adding this into your webpack.config.ts / webpack.config.js
|
Version
4.0.1
Reproduction link
https://github.com/cokemine/vuex-reproduce
Steps to reproduce
clone the repo.
What is expected?
prod mode works well like dev mode.
4.0.0 works normal
What is actually happening?
ReferenceError: VUE_PROD_DEVTOOLS is not defined
at Store.install (E:\vuex-reproduce\node_modules\vuex\dist\vuex.cjs.js:911:50)
The text was updated successfully, but these errors were encountered: