build: upgrade Vite to v8.0.16 - #33430
Conversation
Update vite to version 8.
There was a problem hiding this comment.
Code Review
This pull request updates Vite to version 8.0.16 and refactors imports across several files to use the import attribute with { 'resolution-mode': 'import' } for correct module resolution. However, in server.ts, replacing esbuild: false with oxc: false in the Vite configuration will inadvertently re-enable Vite's built-in Esbuild transform, which interferes with Angular's custom compilation pipeline. It is recommended to retain esbuild: false to prevent this issue.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Update vite to version 8.
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information