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
Right now it's in homepage.js (on the refactor branch, soon on master), which makes sense because it's included on every page.
What doesn't make sense is that hompage.js is included on every page. It would be nice to either separate this out now, or make everything modular and use fancy code-splitting. #1352 and related issues would help us here.
The text was updated successfully, but these errors were encountered:
Right now it's in homepage.js (on the refactor branch, soon on master), which makes sense because it's included on every page.
What doesn't make sense is that hompage.js is included on every page. It would be nice to either separate this out now, or make everything modular and use fancy code-splitting. #1352 and related issues would help us here.
The text was updated successfully, but these errors were encountered: