Babel 7 ReferenceError: RegenerAtORRUNTIME

Import those in your main js file

import "core-js/stable";
import "regenerator-runtime/runtime";

Install these packages either with npm or yarn:

npm install --save core-js
npm install --save regenerator-runtime    
Alexandre Dao