Tree shaking?
aparajita opened this issue · 2 comments
aparajita commented
This is truly an awesome library, not only for its functionality but also as a great example of the coding paradign the composition API enables.
Have you looked into how well the library tree shakes?
aparajita commented
Ah, just saw "with aggressive tree-shaking to keep it light on your end code" in the Readme.
pikax commented
Thank you.
Have you looked into how well the library tree shakes?
If you have webpack or rollup configured to tree-shake, it should remove everything that's not used out-of-box