You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is seen in the browser console when trying to use the standalone.js in website.
standalone.js:11 Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined
at Object.d (standalone.js:11:356755)
at e.exports [as liHARToK6Script] (standalone.js:11:357262)
at run ((index):48:36)
at (index):52:3
Found a work around for the error. Add the following script along with the standalone.js <script src="https://unpkg.com/regenerator-runtime@0.13.1/runtime.js"></script> . It was mentioned in this thread, babel/babel#9849
The following error is seen in the browser console when trying to use the
standalone.js
in website.This is the code used to create the website
I tried both the pre-built standalone.js in the repo and building one myself with the webpack config in the repo.
The text was updated successfully, but these errors were encountered: