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
Do you want to request a feature or report a bug?
Not sure (this used to work, new update now did away with it I think).
What is the current behavior?
Latest css-loader loads "full" paths and truncates actual file name (if too long)
What is the expected behavior?
I just to see the file name in my inspector window: "_bootstrap.scss" and now it's "/Users/x/x/x/x/x/_b...rap.scss" (<--- need to hover that in order to see file name).
If this is a feature request, what is motivation or use case for changing the behavior?
This use to work in previous versions - I think you have now done away with it but I think it's useful. This will remove the extra step of the developer needing to hover over the abs path to see the actual file he/she needs to work with.
OR, is there an options I'm missing?
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Not sure (this used to work, new update now did away with it I think).
What is the current behavior?
Latest css-loader loads "full" paths and truncates actual file name (if too long)
What is the expected behavior?
I just to see the file name in my inspector window: "_bootstrap.scss" and now it's "/Users/x/x/x/x/x/_b...rap.scss" (<--- need to hover that in order to see file name).
If this is a feature request, what is motivation or use case for changing the behavior?
This use to work in previous versions - I think you have now done away with it but I think it's useful. This will remove the extra step of the developer needing to hover over the abs path to see the actual file he/she needs to work with.
OR, is there an options I'm missing?
The text was updated successfully, but these errors were encountered: