'rollup' - 2 results found...

Rollup Config for React Component Library With TypeScript + SCSS

2021/3/4
thumbnail
This article focuses on the Rollup configs required to build a reusable React Component Library with TypeScript (TS) and SCSS.

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...