Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove react dev tools for electron #365

Merged
merged 5 commits into from
Dec 19, 2024
Merged

Conversation

pgarrison
Copy link
Contributor

@pgarrison pgarrison commented Dec 17, 2024

Purpose

I couldn't run the development version of BFF desktop on my machine (#364).

Closes #364

Changes

Remove React Dev Tools entirely from the electron development build.

Testing

  • Local npm run test
  • Manually tested that npm --prefix packages/desktop run start opens a BFF window on my machine.

Copy link
Contributor

@aswallace aswallace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me to remove, React dev tools in electron haven't worked since at least when I joined.
Do we foresee wanting to figure out how to get them working eventually?

@pgarrison
Copy link
Contributor Author

Haven't had time to debug the build failure in the github action. I am able to build locally. Let me know if you have any clues.

@pgarrison
Copy link
Contributor Author

Thanks @aswallace for helping with jszip!

@pgarrison pgarrison merged commit 5b48bca into main Dec 19, 2024
7 checks passed
@pgarrison pgarrison deleted the bugfix/local-desktop-dev branch December 19, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot start BFF desktop in development environment (MacOS)
4 participants