You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bundling CSS files, tsdown will emit empty JS files that have the same basename as the output CSS files. It would be good if these useless JS file can be removed.
When bundling CSS files,
tsdown
will emit empty JS files that have the same basename as the output CSS files. It would be good if these useless JS file can be removed.Minimal reproduction: https://github.com/issueset/test-tsdown-style-output
The text was updated successfully, but these errors were encountered: