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
Note: Not quite sure how to classify this one yet, but wanted to track / clarify / document at least.
Summary
Currently Greenwood is using webpack-dev-server in such a way that a setTimeout is being used in conjunction with a file watching plugin..
This causes the browser to reload twice on each file change, which may be confusing initially.
Details
Hoping to capture more details / context, but just wanted to get this in for tracking. I think has to do with how our file mapping to user workspace is setup (and that's why we have FilewatcherPlugin)?
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
Currently Greenwood is using webpack-dev-server in such a way that a
setTimeout
is being used in conjunction with a file watching plugin..This causes the browser to reload twice on each file change, which may be confusing initially.
Details
Hoping to capture more details / context, but just wanted to get this in for tracking. I think has to do with how our file mapping to user workspace is setup (and that's why we have
FilewatcherPlugin
)?The text was updated successfully, but these errors were encountered: