Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Improve React build by incorporating the watcher in base build commands#183

Merged
andrewpareles merged 4 commits into
voideditor:mainfrom
bjoaquinc:react-build-improvements
Jan 29, 2025
Merged

Improve React build by incorporating the watcher in base build commands#183
andrewpareles merged 4 commits into
voideditor:mainfrom
bjoaquinc:react-build-improvements

Conversation

@bjoaquinc

Copy link
Copy Markdown
Collaborator

Description:

Improved react build experience by:

  • Adding watchreact to npm run watch
  • Creating watchreactd
  • Adding watchreactd to .vscode/tasks.json so it runs when pressing CTRL/CMD + SHIFT + B

Issue:

@mathewpareles

Copy link
Copy Markdown
Contributor

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?
image

@bjoaquinc

bjoaquinc commented Dec 23, 2024

Copy link
Copy Markdown
Collaborator Author

I'm having trouble building on Windows. Any idea if there's a command being run that only works on Mac?

image

The error "spawn npx ENOENT" seems to be related to a missing dependency being called (e.g. npx, nodemon, or scope-tailwind not installed).

All of those packages should run fine in Windows as well as Mac though. Were you able to get it running?

I'm trying to replicate this as well

@andrewpareles

Copy link
Copy Markdown
Contributor

@mathewpareles

@andrewpareles andrewpareles merged commit 327dbb9 into voideditor:main Jan 29, 2025
@bjoaquinc bjoaquinc deleted the react-build-improvements branch January 29, 2025 07:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build React Naturally

3 participants