capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

add support for includePlugins in capacitor config #268

Open mtpc opened 9 months ago

mtpc commented 9 months ago

the includePlugins directive is a plugin whitelist already supported by the android and ios platforms. (see https://capacitorjs.com/docs/config#schema)

Note that most of the loadConfig* functions are from the config file of the capacitor project itself. They are unfortunately not exported so importing them manually is required.