Hi we updated systemjs/jspm and started having issues in IE
'Promise' is undefined
I noticed the system-polyfills.js is no longer included. Is there something we need to do to get systemjs working in IE/older browsers?
I'll answer the same as in jspm-cli#2227: use a promise library via a script tag
<script src="https://cdn.jsdelivr.net/bluebird/3.4.3/bluebird.min.js"></script>
before loading system.js
Thanks that sorted the issue
Most helpful comment
I'll answer the same as in jspm-cli#2227: use a promise library via a script tag
before loading system.js