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
So, how to make this plugin work well with the file-loader?
The text was updated successfully, but these errors were encountered:
Abdelhady
changed the title
File loader doesn't handle paths in the /*rtl*/ commentsfile-loader & css-loader doesn't handle paths in the /*rtl*/ comments
May 24, 2017
Abdelhady
changed the title
file-loader & css-loader doesn't handle paths in the /*rtl*/ comments
file-loader & css-loader doesn't handle paths in the /*rtl*/ comments
May 24, 2017
tl;dr:
file-loader
&css-loader
doesn't handle paths (likeurl(image-en.png)
) in the/*rtl*/
comments.details:
here is my
webpack.config.js
configuration:now when I write
background-image
like this:the result is like this:
which removed the
/*rtl*/
comment completely before generating the rtl version,I tried another way by using the
rtl:raw
like this:which generated an unprocessed version of
image-ar.png
like:So, how to make this plugin work well with the
file-loader
?The text was updated successfully, but these errors were encountered: