-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add note for dev mode on windows #148
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
Add note for dev mode on windows #148
Conversation
jspahrsummers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion!
Perhaps we should turn this into a package.json script of its own? e.g., npm run dev:windows (or something like that) might be easier and less error-prone than asking users to do it themselves.
|
@jspahrsummers yes that is a better idea! I made this change. |
jspahrsummers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you!
Add note for dev mode on windows
Motivation and Context
See: #134
How Has This Been Tested?
This workaround has been tested on a Windows 10 machine.
Breaking Changes
None
Types of changes
Checklist
Additional context
There are proposed fixes for TSX, but it appears this would introduce a breaking change for TSX, and there is no known timeline for the next major version: privatenumber/tsx#639 (comment)