meteor-desktop
meteor-desktop copied to clipboard
Using a cordova plugin with electron
Some cordova plugins are written to be compatible with both electron and cordova like this one - https://github.com/j3k0/cordova-plugin-purchase
I was curious if when building the meteor electron app, if it will utilize cordova plugins that are compatible with electron, or does it bypass all cordova plugins?