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
If the path is /common-icons/icon.svg then it must be resolved with options.paths in mind.
If such path is specified ./icon.svg, it should be resolved relatively current location.
Is that possible?
The plugin now searches either only options.paths or only relative paths.
Maybe you should make an option for custom path resolution?
getPath: function(file,url,options){// ...return/* some computed url */}