Fix 'Uncaught ReferenceError: global is not defined'
Add to index.html head: <script> if (global === undefined) { var global = window; } </script>