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 Jul 13, 2020. It is now read-only.
When upgrading SystemJS dependency I encountered a problem related to es-module-loader related to commit
5c23a11#diff-99b2b3749b74bdf15be5f4ded2c4324a.
In version below 2.2.4:
resolveIfNotPlain('../..', 'path/to/test/module.js')
returns a string"path/"
After 2.2.4 due to changes in commit above:
resolveIfNotPlain('../..', 'path/to/test/module.js')
returns a string"path/to/.."
Can you please clarify, is this a bug or planned breaking change in 2.2.4 ?...
Many thanks!
The text was updated successfully, but these errors were encountered: