vue-cli-plugin-cordova icon indicating copy to clipboard operation
vue-cli-plugin-cordova copied to clipboard

Compatibility vue-cli-5

Open Maqsyo opened this issue 3 years ago • 4 comments

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

Maqsyo avatar Feb 25 '22 14:02 Maqsyo

@Maqsyo did you solve this issue?

andrii-trush avatar Jun 13 '22 05:06 andrii-trush

@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

Maqsyo avatar Jun 13 '22 06:06 Maqsyo

The final resolution version is to downgrade @vue-cli

npm install -g @vue/cli@4

ifredom avatar Apr 06 '23 14:04 ifredom

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

Maqsyo avatar Apr 06 '23 20:04 Maqsyo