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
We might consider the idea to switch from a for (w of st.keys()) statement to a more common one Object.keys(st.keys())... right now webpack's uglify doesn't support the of keyword.
If we change this loop syntax with an older one, anyone can build and use the module also on the browser.