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

Compatibility vue-cli-5 #145

Open
Maqsyo opened this issue Feb 25, 2022 · 4 comments
Open

Compatibility vue-cli-5 #145

Maqsyo opened this issue Feb 25, 2022 · 4 comments

Comments

@Maqsyo
Copy link

Maqsyo commented Feb 25, 2022

Please add compatibility with the new vue-cli-5 and webpack 5.
The serve process is working pretty fine, but i couldn't build with it.

The main-issue comes from the legacy-mode

if the browserlistrc looks like this:

last 2 years

everything is working fine

If it looks like this:

> 1%
last 2 versions
not dead

image
And the module-bundle is building for ever

@andrii-trush
Copy link

@Maqsyo did you solve this issue?

@Maqsyo
Copy link
Author

Maqsyo commented Jun 13, 2022

@andrii-trush nope. I couldn't find any solution with enabled legacy mode. But the most mobile phones doesn't require this mode anymore. So I just kicked out the incompatible android/iOS Versions

@ifredom
Copy link

ifredom commented Apr 6, 2023

The final resolution version is to downgrade @vue-cli

npm install -g @vue/cli@4

@Maqsyo
Copy link
Author

Maqsyo commented Apr 6, 2023

It shouldn't

But we upgraded our apps anyway to vite, so it isn't relevant for us anymore, but still important for other legacy projects or users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants