You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a React project, so this plugin seems appropriate, but I am unclear about whether I can use it to hot reload the plain .js files that my React components reference and use or whether I need to realize that through an entirely different plugin altogether. Currently, all changes to my plain JS files references by React components trigger a full reload (or a complaint, if I set hot: 'only'), but I am unsure whether this is due to misconfiguration on my part or due to this functionality not being covered by this plugin.
The text was updated successfully, but these errors were encountered:
It is likely misconfiguration/intentional due to indeterministic behaviour. As long as the plain JS files are within the import cycle of the app they will be reloaded.
I have a React project, so this plugin seems appropriate, but I am unclear about whether I can use it to hot reload the plain
.js
files that my React components reference and use or whether I need to realize that through an entirely different plugin altogether. Currently, all changes to my plain JS files references by React components trigger a full reload (or a complaint, if I sethot: 'only'
), but I am unsure whether this is due to misconfiguration on my part or due to this functionality not being covered by this plugin.The text was updated successfully, but these errors were encountered: