<script type="text/javascript">
window.require("babel-polyfill");// Move a couple of things into the browser context's window object// from the node context's global object.window.__dirname = global.__dirname;window.regeneratorRuntime = global.regeneratorRuntime;
</script>