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
It seems that output: true is broken. While it used to "write all styles to the bundle destination where .js is replaced by .css", it now writes them to the input destination (which is usually not what is wanted).
It seems that
output: true
is broken. While it used to "write all styles to the bundle destination where .js is replaced by .css", it now writes them to the input destination (which is usually not what is wanted).For example:
Produces
src/index.css
.The text was updated successfully, but these errors were encountered: