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

Fix React build crashing watch-client and added watch mode #181

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

bjoaquinc
Copy link
Contributor

Description:

Improved the experience of using building using react by

  • Included Nodemon as a dependency for watch functionality with scope-tailwind
  • Added watch functionality with tsup
  • Removed all rimraf and cleanup operations because it was causing watch-client to crash when building react
  • Added an npm run watchreact command to start the watcher

Issue:

Resolves #178 by improving the existing build process

bjoaquinc and others added 3 commits December 18, 2024 18:24
…red-code

Added a watcher that syncs react with watch-client without crashing#
@andrewpareles andrewpareles merged commit ee7d0ed into voideditor:main Dec 19, 2024
@andrewpareles
Copy link
Contributor

andrewpareles commented Dec 19, 2024

This is amazing, nice job!

In the future it would be great to incorporate this into the gulpfiles so that it 1. auto-watches when you press Ctrl+Shift+B and 2. auto-builds when you run the build script.

@bjoaquinc
Copy link
Contributor Author

This is amazing, nice job!

In the future it would be great to incorporate this into the gulpfiles so that it 1. auto-watches when you press Ctrl+Shift+B and 2. auto-builds when you run the build script.

Glad this worked for you!

I'll look into incorporating it into the gulpfiles.

Cheers! :)

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.

Build React Naturally
2 participants