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
onlymain.css (ignoring preserveModule, which I don't need for CSS)
alpha.css, beta.css, and a main.css that looks like @import 'alpha.css';@import 'beta.css'
Final notes
I'm mostly ok with the current behavior as the duplicate CSS is minor and inert, but I'm afraid that this is considered a "bug" and it might be "fixed" in a way that doesn't match my expectations (i.e. main.css is no longer created or it's empty, without imports)
I'm trying to use
preserveModules: true
primarily for JS code, but this has a confusing output for CSS files.Input
Current output
Expected output
One of:
main.css
(ignoringpreserveModule
, which I don't need for CSS)alpha.css
,beta.css
, and amain.css
that looks like@import 'alpha.css';@import 'beta.css'
Final notes
I'm mostly ok with the current behavior as the duplicate CSS is minor and inert, but I'm afraid that this is considered a "bug" and it might be "fixed" in a way that doesn't match my expectations (i.e.
main.css
is no longer created or it's empty, without imports)Related
The text was updated successfully, but these errors were encountered: