-
Notifications
You must be signed in to change notification settings - Fork 716
add vite doc to upload sourcemaps #14216
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sarahxsanders
left a comment
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.
looks good @hpouillot!! I left some suggestions for some slight improvements for readability then this is ready to go!!
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
Co-authored-by: Sarah Sanders <[email protected]>
gewenyu99
left a comment
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.
These look good.
A little worried about the div with hidden overflow. If the website's css/layout changes, it could break. If this is the best solution for now, tho, all good with me.
|
|
||
| Set the following environment variables: | ||
|
|
||
| <div className="overflow-x-hidden"> |
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.
Why did we go with overflow-x-hidden? That seems sus
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.
It's a copy paste from the nextjs doc but we should maybe share more code between pages and fix this as a follow-up.
Changes