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
To do cache-busting app-wide, I need to add a ?123 to the end of all my import statements. I see that you guys added import interpolation, however, this requires that I must set the cache-busting value in my CSS (which seems frustratingly odd).
It would be nice if I could pass a variable as a cli argument that would then become the cachebusting value (such as the git sha1, etc).