Menu
  • HOME
  • TAGS

RegeneratorRuntime is not defined

javascript,karma-runner,babeljs,karma-babel-preprocessor

While I'm taking a different approach** to using Karma with Babel in my project, I suspect you're having the same problem I was: the Babel polyfill is not being loaded, and so you're not getting the functionality it supports (including the custom regenerator runtime that Babel uses to make generators...