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 currently bundle a bunch of pure frontend libraries into our site's app bundle, even though they're only used on single pages, which means that we're serving a lot of data that most folks will never need, as well as forcing a bundle redownload when these library's versions get bumped, even if nothing else changed. Let's take these out of our bundle, and instead load them from CDN using normal script tags.
These include:
chart.js
gsap.js
count-up.js
swiper.js
But I might even still be missing some.
The text was updated successfully, but these errors were encountered:
We currently bundle a bunch of pure frontend libraries into our site's app bundle, even though they're only used on single pages, which means that we're serving a lot of data that most folks will never need, as well as forcing a bundle redownload when these library's versions get bumped, even if nothing else changed. Let's take these out of our bundle, and instead load them from CDN using normal script tags.
These include:
But I might even still be missing some.
The text was updated successfully, but these errors were encountered: