Unbundle less popular plugins for Insiders builds

Summary: Unbundle most of plugins from Insiders version of Flipper. Users will need to install them from Marketplace.

Reviewed By: passy

Differential Revision: D25558043

fbshipit-source-id: 648b0d4c83d9096972b5463cdcaa3de23426bdda
This commit is contained in:
Anton Nikolaev
2020-12-15 09:28:58 -08:00
committed by Facebook GitHub Bot
parent 3a65f86c68
commit c14bab3677
3 changed files with 48 additions and 14 deletions

View File

@@ -381,7 +381,7 @@ function checkDevServer() {
(async () => {
checkDevServer();
await generatePluginEntryPoints();
await generatePluginEntryPoints(argv.channel === 'insiders');
await ensurePluginFoldersWatchable();
const port = await detect(DEFAULT_PORT);
const {app, server} = await startAssetServer(port);