patak

Results 228 comments of patak

@jpvincent we also discussed with @danielroe yesterday about being able to modify the injected CSS styles for a chunk. But these aren't module preloads, the CSS chunks are in the...

After #4097, preload is now disabled for library mode. @xhebox if your issue is solved by this change, please close this issue. If not, could you provide more information about...

For the folks involved in this issue, would you check if #9938 would cover your needs? Please give us feedback if you test it in your projects.

Would you provide more context and maybe a fork showcasing your setup? I don't know what should be added to Vite. You can access the `server.moduleGraph` for example, there are...

Thanks for the PR @Princesseuh! The current file names are part of Vite's API so I'm trying to think how we can make this change without breaking downstream projects. See...

I'll add this PR to be discussed in a future team meeting. Maybe it is enough to do this change in a minor, but if not, we could do it...

Ok, let's target v4. I removed it from the meeting discussion for now.

@Princesseuh would you help to test @sapphi-red's #9966? Looks like we could resolve this issue without waiting until Vite 4.

Great optimization @gajus. I've added it to the 3.2 milestone but we may need to actually delay this until Vite 4. There are projects and plugins out there that are...

I don't know if it would directly solve this issue, but we should move away from sending HTTP requests to the server when logging and instead migrate to the new...