-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate cache issues #474
Comments
- Worker script is inlined into the main output file. - Simplify resize logic using the `pageHeight` property. Resolves: swissspidy#474.
- Worker script is inlined into the main output file. - Simplify resize logic using the `pageHeight` property. Resolves: swissspidy#474.
- Worker script is inlined into the main output file. - Simplify resize logic using the `pageHeight` property. Resolves: swissspidy#474.
Maybe can append |
In PR #603, I did this for media-experiments/webpack.config.js Lines 104 to 105 in 7f2c098
A similar approach can be done here: media-experiments/webpack.config.js Line 54 in 809cf55
However, this will append a hash to all JavaScript files, including |
I wanted to pass a function for |
Issue Shopify/quilt#2807 has been resolved via PR Shopify/quilt#2816 and #701, but unfortunately, Quilt is no longer maintained, and all its packages have been deprecated. 🤷♂️ |
That's not the good-news-bad-news combo I was expecting. 😢 Guess I'll need to look for alternatives... 😕 Edit: At least the underlying rpc package is not deprecated, see https://github.com/Shopify/remote-dom/tree/remote-ui/packages/rpc |
If
vips.worker.js
is strongly cached in the browser there can be issues. Investigate how to best clear that cache.The text was updated successfully, but these errors were encountered: