Skip to content
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

Dose Vue3 Provide a compatible release js which work with lower version browser, just as < chrome 40 #10986

Closed
zacard-orc opened this issue May 21, 2024 · 1 comment

Comments

@zacard-orc
Copy link

Vue version

3.2.37

Link to minimal reproduction

...

Steps to reproduce

npm run build . which work with webpack5

What is expected?

i want to know does vue3 has the compatible release js which can work in lower version chrome just like vue2

What is actually happening?

when I open the builded js, the chrome throw error in console which says "Proxy not supported"
i found in the node_modules/vue/dist/vue.runtime.esm-browser.js. it has the "Proxy" syntex, which can't be covert into es5 syntex. so it not worked in lower version chrome

and then ,i want to know does vue3 has the compatible release js which can work in lower version chrome just like vue2

System Info

No response

Any additional comments?

No response

@yyx990803
Copy link
Member

Unfortunately, no. Vue 3 requires native ES2015 support.

@yyx990803 yyx990803 closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants