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
Previously it was ok to have scss files in the assets folder, but since version 12 it leads to errors during optimization because cli treats sccs files as css for some reason.
🔬 Minimal Reproduction
Just put any non-empty (e.g. define var) scss file into assets folder and do production build or serve with optimization enabled.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, version 11 does not have this problem.
Description
Previously it was ok to have scss files in the assets folder, but since version 12 it leads to errors during optimization because cli treats sccs files as css for some reason.
🔬 Minimal Reproduction
Just put any non-empty (e.g. define var) scss file into assets folder and do production build or serve with optimization enabled.
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: