SystemJs – curModule.indexOf is undefined issue
Issue when using SystemJs Recently we have migrated an AngularJs project in plain JS to ES6 with SystemJs and JSPM. When doing, we have faced an issue with SystemJs, it throws error ‘curModule.indexOf is undefined’ – and we were not able to continue.
Read More →