Bundle operation implementation

Summary: Plugin bundling operation implemented in flipper-pkg

Reviewed By: passy

Differential Revision: D20191845

fbshipit-source-id: 6a7156debf96668c323dcb740b33542f129f0689
This commit is contained in:
Anton Nikolaev
2020-03-02 10:26:14 -08:00
committed by Facebook Github Bot
parent 6766fb9d56
commit 3ddd1c14f2
17 changed files with 2118 additions and 281 deletions

View File

@@ -9,3 +9,4 @@
export {run} from '@oclif/command';
export const PKG = 'flipper-pkg';
export {default as runBuild} from './utils/runBuild';