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.0.5
https://github.com/koendeschacht/vue-cli-safari-error
developer machine: Node 9.11.2 / Ubutu Mate 17.10, browser machine: El Capitaine with Safari 9.1.3
Checkout project in https://github.com/koendeschacht/vue-cli-safari-error
Run
npm install npm run serve
Visit localhost:8080 in Safari 9.1.3 on El Capitaine (e.g. using browser stack)
To see the hello-world vue page.
Empty page, and the error console shows:
ReferenceError: Can't find variable: Reflect
Started with a new project, using
vue create hello-world
and then modified .browserslistrc to include Safari >=9
The text was updated successfully, but these errors were encountered:
See vuejs/vue-class-component#283
Sorry, something went wrong.
Fixed in vue-class-component v6.3.2
No branches or pull requests
Version
3.0.5
Reproduction link
https://github.com/koendeschacht/vue-cli-safari-error
Node and OS info
developer machine: Node 9.11.2 / Ubutu Mate 17.10, browser machine: El Capitaine with Safari 9.1.3
Steps to reproduce
Checkout project in https://github.com/koendeschacht/vue-cli-safari-error
Run
Visit localhost:8080 in Safari 9.1.3 on El Capitaine (e.g. using browser stack)
What is expected?
To see the hello-world vue page.
What is actually happening?
Empty page, and the error console shows:
ReferenceError: Can't find variable: Reflect
Started with a new project, using
vue create hello-world
and then modified .browserslistrc to include Safari >=9
The text was updated successfully, but these errors were encountered: