-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
using target 'chrome 49' with plugin-legacy, after compilation, there is still imports in js files. #2781
Comments
this issue is same as #2781 |
This looks very similiar to #2786. @mis98zb Could you test a potential fix described in the bottom of this comment? |
sure. |
This setting can solve the compatibility problem of Windows XP, that is, chrome49 |
Describe the bug
I'm trying to make my vue3 website work on chrome 49, which is the laster version for chrome working with windows xp.
However, after compilation, there is still imports in 17 js files, for example:
Meanwhile, in other files there is no imports exists.
Reproduction
use chrome 49 as target, and run
vite build --debug --mode development
System Info
Used package manager: npm
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: