Summary: Currently we load all the plugins even if they are not required in dev mode, e.g. when you are developing a specific plugin. This diff adds an env var and command-line option to specify exact list of plugins to load. This makes dev mode startup faster and consume less memory. Reviewed By: passy Differential Revision: D24394146 fbshipit-source-id: 42a78c1ffb2632e657c2411e34e9c80fff18df3a
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "0.63.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"electron-devtools-installer": "^3.1.1",
|
|
"fix-path": "^3.0.0",
|
|
"mac-ca": "^1.0.4",
|
|
"mkdirp": "^1.0.4",
|
|
"node-fetch": "^2.6.1",
|
|
"ws": "^7.3.0",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^16.1.0"
|
|
}
|
|
}
|