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
After looking at your code more closely it is clear that rollup overwrites your file because you have it listed as it's output file. Additionally, we're not going to support pure *.css files, as part of our plugin, due to 'dart-sass' not supporting *.css imports (by default). If you need pure css files support I recommended using 'postcss' (or one of the rollup compatible ones), in your build pipeline.
when I'm trying to use such configuration, rollup replaces sass output file by file which generated by rollup itself
how to resolve this issue ?
The text was updated successfully, but these errors were encountered: