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
Similar to the following issue (#59), i'd like to create a polling mechanism in the Layout component that will hit a graphql service for the hash string created by webpack. If the component detects that a new version is available, it would prompt the user to reload the page. So my question is how would one be able to refer to this hash on the server side of the app?
The text was updated successfully, but these errors were encountered:
{
"version": "1.4.13", // Version of webpack used for the compilation"hash": "11593e3b3ac85436984a", // Compilation specific hash"time": 2469, // Compilation time in milliseconds"other fields..." : "goes here.."
}
Similar to the following issue (#59), i'd like to create a polling mechanism in the Layout component that will hit a graphql service for the hash string created by webpack. If the component detects that a new version is available, it would prompt the user to reload the page. So my question is how would one be able to refer to this hash on the server side of the app?
The text was updated successfully, but these errors were encountered: