Async functions producing an error "ReferenceError: regeneratorRuntime is not defined" · Issue #5085 · babel/babel

Input Code async function test() {} Babel Configuration (.babelrc, package.json, cli command) { "presets": [ "latest" ] } Expected Behavior I expect that the code will run just fine Current Behavio...