Skip to content

Conversation

@bjoaquinc
Copy link
Collaborator

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
Collaborator 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