Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: some users and myself were facing a strange issue in development getting the error from esbuild errors: [ { detail: undefined, id: '', location: null, notes: [], pluginName: '', text: 'Refusing to overwrite input file "../plugins/public/ui-debugger/dist/bundle.js" (use "allowOverwrite: true" to allow this)' } ], the overwrite flag is set so its likley a bug in a dependency somewhere, rather than chasign it down this seems to work fixes https://fb.workplace.com/groups/flippersupport/permalink/1862902277523755/ Reviewed By: mweststrate Differential Revision: D59145649 fbshipit-source-id: f795ad7bb20bff20fd3b9084fc31f6fa2e21b6bb
- Loading branch information