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
{{ message }}
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
This will lower and speed up the build process. And luckily fix the errors that we're getting in the CI builds. Plus rollup provides and amazing es6 configuration and a really tiny footprint, with blazing-fast performance. We'd also replace it in the demo if it supports chunk splitting! 🎉
This implementation would actually lower the size BY A LOT, especially when using polished:
What is "tree-shaking?"
Tree-shaking, also known as "live code inclusion," is the process of eliminating code that is not actually used in a given project. It is similar to dead code elimination but can be much more efficient.
The major reason for this is shrinking the size even further
The text was updated successfully, but these errors were encountered:
This will lower and speed up the build process. And luckily fix the errors that we're getting in the CI builds. Plus rollup provides and amazing es6 configuration and a really tiny footprint, with blazing-fast performance. We'd also replace it in the demo if it supports chunk splitting! 🎉
This implementation would actually lower the size BY A LOT, especially when using polished:
The major reason for this is shrinking the size even further
The text was updated successfully, but these errors were encountered: