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
chore: move the hash part in filename to query parameters (dev mode)
Development builts with HMR enabled have a bunch of problems with hashes
in filenames (e.g., webpack/webpack-dev-server#377 (comment)).
But to mitigate the Safari caching issue, hashes cannot be omitted.
So move them to query parameters to see if this works.
0 commit comments