When upgrading SystemJS dependency I encountered a problem related to es-module-loader related to commit https://github.com/ModuleLoader/es-module-loader/commit/5c23a11b412d66dd3861f0a42c387e44a5eab100#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!
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!