-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Custom bundle doesn't generate CSS file anymore. #7258
Comments
It looks like it was introduced in commit e7f5748:
So either the output claiming it's 64 kB is wrong or the file gets wrongly deleted. |
@archmoj please have a look when you can and let us know if the problem is output or deletion |
The CSS outputs were empty and removed. |
No, I realized that it works without the CSS now. But the output of the tool is still incorrect, right? The output isn't 64kB. |
Yes. It looks like a esbuild bug. |
When generating a custom bundle, no CSS file is generated any more, even though it's mentioned in the output.
Steps to reproduce
This results in the following extra files being generated:
The text was updated successfully, but these errors were encountered: