Remove default plugin entrypoints for hot-reloading
Summary: As we stopped bundling plugins in D39276249, we no longer need the entry points for the bundled plugins (these entry points are always going to be empty) Reviewed By: lblasa Differential Revision: D39307565 fbshipit-source-id: 43751fe31c8bd962677c226b27cfe52093d3f2d4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94df830dfb
commit
642a3ebf81
4
desktop/.gitignore
vendored
4
desktop/.gitignore
vendored
@@ -5,10 +5,6 @@ node_modules/
|
||||
/static/idb-applications
|
||||
/static/themes/
|
||||
/static/defaultPlugins/
|
||||
/app/src/defaultPlugins/index.tsx
|
||||
/flipper-ui-browser/src/defaultPlugins/index.tsx
|
||||
/flipper-server-core/src/defaultPlugins/index.tsx
|
||||
/flipper-server-companion/src/defaultPlugins/index.tsx
|
||||
/coverage
|
||||
.env
|
||||
tsc-error.log
|
||||
|
||||
Reference in New Issue
Block a user