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
{{ message }}
This repository was archived by the owner on Oct 27, 2020. It is now read-only.
I know the relative paths has been a fairly recent feature addition (thank you!)... but I noticed that the cache contents still contain absolute paths.
This sets the correct relative paths in the cache details, but then I see things like this inside the cache file, under the "results":[...] object:
Expected Behaviour
...,{"version":3,"sources":["src/js/...
Is it possible to parse these "sources" as relative paths too - so that they context stays the same?
This is for javascript files running through uglifyjs-webpack-plugin (not sure if that is relevant or not).