vue-cli-plugin-cordova
vue-cli-plugin-cordova copied to clipboard
Electron development mode not working correctly
The Electron serve (cordova-serve-electron) does not serve from the dev server, but instead serves from the production files in www which are generated from the cordova-prepare command. These files are built without a platform specified, so there isn't any way to have Electron specific code run either.
Bump -> the same problem