As the title says, even I\'d like to use babel-polyfill to allow me to use promises in my code, but I get that undefined error in IE11.
I\'ve been trying to make this wo
From Babel 7.4.0 you need to install and import these libraries:
import "core-js/stable"; import "regenerator-runtime/runtime";
like they said here: https://babeljs.io/docs/en/babel-polyfill