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
When I changed var to const the whole thing borked because it was requiring modules multiples times. So I fixed this by putting them into self-calling function closures, but this is janky and ugly as fuck. So I'm going to try and move things into ES6 classes and use something like webpack/babel to build a single js file
The text was updated successfully, but these errors were encountered:
When I changed
var
toconst
the whole thing borked because it was requiring modules multiples times. So I fixed this by putting them into self-calling function closures, but this is janky and ugly as fuck. So I'm going to try and move things into ES6 classes and use something like webpack/babel to build a single js fileThe text was updated successfully, but these errors were encountered: