Summary: Related GH issue: https://github.com/facebook/flipper/issues/4139 Context: The current direction is that all plugins should be able to run in browser envs. Opening external windows, deeplinks and etc. should be abstracted away in getFlipperLib(). For plugin developers, it could be challenging to upgrade the existing plugins that rely on electron being present. We should not failing the build process for them because their plugins depend on electron. Allow desktop plugin to build Relevant ticket: https://github.com/facebook/flipper/issues/4139 Pull Request resolved: https://github.com/facebook/flipper/pull/4145 Reviewed By: mweststrate Differential Revision: D39887902 Pulled By: mweststrate fbshipit-source-id: 4132912b5a2b598c7897d434647cffed6980de19
flipper-pkg
flipper-pkg-lib is a library for bundling and publishing Flipper plugins.