electron
electron copied to clipboard
Integrate Plugin
Implemented the subpath import suggestion.
Relates to #108
Both native:serve and native:build linux x64 worked.
The electron-plugin tests give following error:
TypeError: electron_store_1.default is not a constructor
As far as I could reproduce this error existed in the electron-plugin repository before it was integrated. For now they will stay broken since the scope of this pull request is the integration via subpath import, not fixing existing tests.
Incredible work! This is a way nicer solution 🙌
I like that the plugin build step can be run from the project root too
Thank you both for the kind words! This should work on all platforms but it would probably be wise to test on other systems. As I don't have a macOS device at the moment, I'd appreciate someone confirming this working outside of Linux.
IT WORKS!