Files
flipper/desktop
Anton Nikolaev 1491e111c9 Bundle command
Summary:
Command which transpiles and bundles plugin code.

It is supposed to be used in "prepack" script for all open-sourced plugin packages to bundle them before publishing like this:
```
{
  "devDependencies": {
    "flipper-pkg": "latest"
  },
  "scripts": {
    "prepack": "flipper-pkg bundle"
  }
}
```

Also made directory parameter of other command "pack" optional so it also can be called from plugin directory simply by `flipper-pkg pack`.

Changelog: "flipper-pkg bundle" command for bundling plugins before publishing.

Reviewed By: mweststrate

Differential Revision: D21129691

fbshipit-source-id: 8f97bc950c28cf9ad8b0117c0e1d811ed1b988eb
2020-04-20 11:14:37 -07:00
..
2020-04-14 07:20:40 -07:00
2020-04-20 06:03:16 -07:00
2020-03-20 13:37:41 -07:00
2020-04-20 02:52:52 -07:00
2020-04-20 11:14:37 -07:00
2020-04-20 06:03:16 -07:00
2020-04-01 02:52:01 -07:00
2020-04-01 02:52:01 -07:00