-
-
Notifications
You must be signed in to change notification settings - Fork 798
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
hot reload #1733
base: master
Are you sure you want to change the base?
hot reload #1733
Conversation
README.md
Outdated
# Ryze0323 Fork Version | ||
|
||
In the case of version 12.0.4, a speed issue occurred because all packages had to be read and processed each time when developing in a node environment. All folders except the node_modules folder have been changed to reflect user changes. |
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.
No need to change the readme
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.
I restored the readme file.
Can this be merged? |
Update - it does not seem to resolve my hot reload issue :( |
This would be awesome |
Sorry this took so long. |
Description
Added a hot reload function that retrieves the latest source code except for node_modules in the require cache when loading.
Motivation and Context
In case of serverless offline, it is necessary for fast development
How Has This Been Tested?
We confirmed quick reflection by actually connecting offline and modifying the source.
Screenshots (if appropriate):