-
Notifications
You must be signed in to change notification settings - Fork 84
refactor: optimize dx experience for Max #2243
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
Conversation
Deploying rivet-hub with
|
Latest commit: |
a368c6b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4eaa8970.rivet-hub-7jb.pages.dev |
Branch Preview URL: | https://03-21-refactor-optimize-dx-e.rivet-hub-7jb.pages.dev |
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
PR Summary
Optimized development experience by pre-bundling Font Awesome and Rivet icons dependencies in Vite configuration to reduce runtime processing overhead.
- Added
@fortawesome/*
and@rivet-gg/icons
tooptimizeDeps.include
infrontend/apps/hub/vite.config.ts
for faster dev server startup - Updated
@rivet-gg/icons
package to use React 19 as peer dependency - Configured
commonjsOptions.include
to properly handle icon dependencies in build process - Added
sideEffects: false
flag in icon package for better tree-shaking
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Deploying rivet with
|
Latest commit: |
a368c6b
|
Status: | ✅ Deploy successful! |
Preview URL: | https://cca4c05e.rivet.pages.dev |
Branch Preview URL: | https://03-21-refactor-optimize-dx-e.rivet.pages.dev |
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> @MasterPtato a gift for you ## Changes <!-- If there are frontend changes, please include screenshots. -->
@MasterPtato a gift for you
Changes