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
Asset#mtime was deprecated and not the correct value
This change pulls mtime from stat instead of relying on the asset object. Reference: 16ccffc#commitcomment-14779288
We don't need to use the environment stat cache because this file has likely never been stat-ed before.
We also need to explicitly set the mtime of the file since it appears setting the mtime header has no impact on the mtime of the decompressed file.
0 commit comments