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
See vuejs/vue-cli#2733 for reproduction. This regression is introduced in d570fa3#diff-5bb099174f678e4d728de8e607013b3aR5
The correct way to detect Reflect support should be:
return typeof Reflect !== 'undefined' && Reflect.defineMetadata
The text was updated successfully, but these errors were encountered:
Thanks! Fixed via v6.3.1 v6.3.2.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
See vuejs/vue-cli#2733 for reproduction.
This regression is introduced in d570fa3#diff-5bb099174f678e4d728de8e607013b3aR5
The correct way to detect Reflect support should be:
The text was updated successfully, but these errors were encountered: