Fix: The hashed version of the vite manifests does not change
Root cause: Hash was computed on array.toString() which does not change much. Solution: Use the actual content of the vite manifests to compute the version.
spec/util_test.js
0 → 100644
Please register or sign in to comment