Error:
regeneratorRuntime is not defined
When: When installing a package (packaged for modern browsers, i.e. no polyfills) and added to a project supporting older browsers.
Solution:
Install regenerator-runtime
package and add the following line to main entry file:
import 'regenerator-runtime/runtime'