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
sass-loader has been recommending against using ~ in URLs since v11. Since then, some sass projects I use have been dropping the ~, and I can't use them without writing my own importer. Writing an importer which matches the code in this project isn't a small undertaking. As far as I'm aware, the only code in question is here:
sass-loader has been recommending against using
~
in URLs since v11. Since then, some sass projects I use have been dropping the~
, and I can't use them without writing my own importer. Writing an importer which matches the code in this project isn't a small undertaking. As far as I'm aware, the only code in question is here:rollup-plugin-styles/src/loaders/sass/importer.ts
Line 21 in e09ac09
I think it would be better to expose this behavior as an option, but I think that implementation should be straightforward as well.
The text was updated successfully, but these errors were encountered: