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
fix(build) :: make frontend asset urls idempotent if nothing changed
Frontend assets were hashed via gzip's output which includes a nonidempotent/deterministc timestamp from libflate. This changes the hash on each build.
Now we hash over the bundled file contents in frontend/dist
0 commit comments