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
With vite-plugin-compressindex.html does not need to be updated because the names of compressed files are don't change, and so the links in index.html do not need to be changed.
But gzipping the files means that new files are created, and the links to the new files need to be corrected in index.html.
The text was updated successfully, but these errors were encountered:
With
vite-plugin-compress
index.html
does not need to be updated because the names of compressed files are don't change, and so the links inindex.html
do not need to be changed.But gzipping the files means that new files are created, and the links to the new files need to be corrected in
index.html
.The text was updated successfully, but these errors were encountered: