react-lite-ui
react-lite-ui copied to clipboard
Rollup or webpack for module bundling
Should we switch to Rollup for bundling the library?
Rollup provides all the functionalities like webpack ( such as treeshaking ) and also simplifies bundling assets ( if we want to ship our own icons ) with the package. It might help us decrease the bundle size by focusing the bundling to target browsers only. ( with iife builds )