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

@@ -262,7 +262,7 @@ function downloadIcons(buildFolder: string) {
console.log('Created build directory', dir);
await compileMain();
await generatePluginEntryPoints();
await generatePluginEntryPoints(argv.channel === 'insiders');
await copyStaticFolder(dir);
await downloadIcons(dir);
await compileRenderer(dir);