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
I've noticed we've been using CommonJS modules. I Think we can refactor to use ES modules as we are already using babel. Also, I think webpack is unnecessary as the build will be on a server and the bundle size wont matter.