Files
flipper/src
Daniel Büchele 2c66e3d4d0 install dependencies
Summary:
In the previous implementation plugins were downloaded from npm, but dependencies weren't. This diff uses the `live-plugin-manager` which does mostly what we want. It install a package from NPM with all its dependencies.
live-plugin-manager puts the plugin and its dependencies in the same folder. We expect the plugins to be in `node_modules`. For this reason, we are installing the plugin into `$pluginName/node_modules` and move the plugin after the installation out of the `node_modules` folder.

* Fixed plugin loading path for thirdparty plugins.
* Disabled hot reloading for plugins in the flipper folder to prevent reloads when moving around files and installing dependencies here.
* an empty `.watchmanconfig` is created, because metro requires it
* tsx files are added to the list of supported extensions for metro

Reviewed By: passy

Differential Revision: D17570413

fbshipit-source-id: ecbedc60841b36188fec9c83da41ef1f27e5e155
2019-09-26 07:57:54 -07:00
..
2019-09-26 07:57:54 -07:00
2019-09-13 05:28:31 -07:00
2019-08-28 20:34:59 -07:00
2019-09-23 06:44:38 -07:00
2019-07-18 12:56:08 -07:00
2019-09-20 11:39:05 -07:00
2019-09-16 09:14:09 -07:00
2019-09-19 02:34:18 -07:00
2019-09-12 10:20:08 -07:00
2019-09-10 06:10:38 -07:00
2019-08-08 11:00:38 -07:00