Framework7 CLI 5.1.0

New version of Framework7 CLI 5.1.0 just released.

Now, for Cordova builds, it will rebundle Vite’s output with Rollup, to make single JS files and to workaround unsupported ES modules in Electron and Android web views.

This has one limitation, it is not allowed to used code-splitting in source code, e.g. using dynamic imports with import('path/to/module'), which is probably not the case for Cordova apps anyway.