runbox / runbox7

Runbox 7 web app
Other
127 stars 26 forks source link

fix(dist): Disable output file hash #1619

Open shadowbas opened 1 week ago

shadowbas commented 1 week ago

Fix issues with the nginx serving index.html when file is not found because of file miss.

This is a potential solution that moves away from the hash filename cache busting strategy.

This solution will require correct setup of etag to prevent index.html and other files that must update on change.

Another solution is to keep files of previous build around. This is what most angular projects tend to use.

Fixes: #1617