Singapore Design System (SGDS) recently launched v2.0.0 and its corresponding React component library. In the early stages, packaging our React+Typescript library with Rollup was straight forward — feed Rollup with a single entry point as input and generate a single output. Done! Oh how nice would that be! We could…