Commit 52dbdf8
committed
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.1 parent d0320eb commit 52dbdf8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments