'treeshake' - 1 result found...

Tree-Shaking a React Component Library in Rollup

2021/9/25
thumbnail
This article explains some pointers on how to achieve proper Tree Shake for a React Component Library bundled with Rollup. In fact, it is applicable to any other libraries in Node. The secret lies in sideEffects...