We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.3.2
5851eaa
Create project with vue 3.3.2, and test invalid prop type check, no warning message in browser console.
In develop environment, process.env.NODE_ENV !== "production" should be true.
I found that this commit causes !__DEV__ to be transformed to !process.env.NODE_ENV !== "production", resulting in it always being false.
System: OS: macOS 13.3.1 CPU: (12) arm64 Apple M2 Pro Memory: 554.94 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.16.0 - ~/.volta/tools/image/node/18.16.0/bin/node npm: 9.5.1 - ~/.volta/tools/image/node/18.16.0/bin/npm Browsers: Edge: 113.0.1774.42 Safari: 16.4 npmPackages: vue: ^3.3.2 => 3.3.2
No response
The text was updated successfully, but these errors were encountered:
fix(build): fix dev flag replacement in esm-builder builds (#8314)
003836f
close #8312
update vue
5015123
Successfully merging a pull request may close this issue.
Vue version
3.3.2
Link to minimal reproduction
5851eaa
Steps to reproduce
Create project with vue 3.3.2, and test invalid prop type check, no warning message in browser console.
What is expected?
In develop environment, process.env.NODE_ENV !== "production" should be true.
What is actually happening?
5851eaa
I found that this commit causes !__DEV__ to be transformed to !process.env.NODE_ENV !== "production", resulting in it always being false.
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: