-
Notifications
You must be signed in to change notification settings - Fork 365
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
feat: update the regex to match the new build output format #6163
Conversation
✅ Deploy Preview for determined-ui canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4144dc2
to
67b8345
Compare
67b8345
to
58f4038
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅ I am also going to note that non static assets are no longer being compressed for a similar reason, I made a ticket to fix the compression logic also: https://determinedai.atlassian.net/browse/WEB-1032
Description
After we have migrated to
vite
(#5926) our build output is different, and we're now splitting thevendor
chunk from the rest of the compiled assets for long-term cache.This PR intends to update the regex for the HTTP cache to work with this new output.
Test Plan
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
Ticket