vue-cli-plugin-cordova
vue-cli-plugin-cordova copied to clipboard
Compatibility vue-cli-5
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
And the module-bundle is building for ever
@Maqsyo did you solve this issue?
@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
The final resolution version is to downgrade @vue-cli
npm install -g @vue/cli@4
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