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
Since there is already a patch for css-loader, you can add a new parameter like disableTildePrefix and make it default to false. This will not be a critical change.
I'd be happy to do a PR for it.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Now such css file does not work and gives an error. The other aliases work correctly.
The problem is in this file /~https://github.com/webpack-contrib/css-loader/blob/master/src/utils.js#L471
This is expected webpack behavior, but judging from the documentation, it doesn't make sense for Rsbuild.
What does the proposed API look like?
Since there is already a patch for
css-loader
, you can add a new parameter likedisableTildePrefix
and make it default tofalse
. This will not be a critical change.I'd be happy to do a PR for it.
The text was updated successfully, but these errors were encountered: