-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@angular/build): update vite
to 7.0.6
#30781
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
This fixes an issue with sourcemaps Closes angular#30731
@@ -7,6 +7,9 @@ | |||
*/ | |||
|
|||
import { lookup as lookupMimeType } from 'mrmime'; | |||
import { createHash } from 'node:crypto'; |
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.
This seems unrelated to the version bump / upstream fix for the source map issue. At least #30770 appears to pass CI without further changes. Can you add some context to the PR description?
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.
This is because it was needed to bump to vite 7.0.5.
See: #30758
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.
Gotcha, so effectively this is a revert. Thanks!
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This fixes an issue with sourcemaps
Closes #30731