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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user