I have an old project written in Angular.js. I need to polyfill promises for IE11 but it’s not working. In gulpfile.js I have requires for Babel stuff And here I am using the pipe The code builds and works on chrome but still have the issue on IE11 which means it’s not polyfilling the Promise object. I am stuck and