forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Original issue from vitejs/vite vitejs#19505
Currently, Vite automatically preloads CSS files, but there are cases where this behavior is not desired. We need to add an option to disable CSS preloading.
Requirements:
- Add a configuration option to disable CSS preloading
- Update the build process to respect this option
- Document the new option in the configuration reference
- Add tests to verify the behavior
This is a good first issue for someone familiar with Vite's build process.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers