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:
committed by
Facebook GitHub Bot
parent
3a65f86c68
commit
c14bab3677
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user