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
Something like url('test(1).png') fails to parse correctly. Since Javascript doesn't support recursive regex, it seems the only option is to find a solution that doesn't use regex. Would you be open to a PR that no longer uses regex to match (and would fix this issue)