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 has been archived by the owner on Oct 2, 2021. It is now read-only.
I think this is mentioned in one or more issues but I don't believe it has it's own issue yet.
sourceMapPathOverrides was previously applied by key order within the object which is unintuitive. I am changing it to be applied by the length of the key. This not perfect, and we lose the flexibility of being able to arbitrarily order the keys, but I think it is more likely to be correct. I'll try it out and see what breaks.
If we need to return to key order, it should be an array rather than an object.
The text was updated successfully, but these errors were encountered:
I think this is mentioned in one or more issues but I don't believe it has it's own issue yet.
sourceMapPathOverrides was previously applied by key order within the object which is unintuitive. I am changing it to be applied by the length of the key. This not perfect, and we lose the flexibility of being able to arbitrarily order the keys, but I think it is more likely to be correct. I'll try it out and see what breaks.
If we need to return to key order, it should be an array rather than an object.
The text was updated successfully, but these errors were encountered: