Rollup or webpack for module bundling #155
Labels
future ⌚
Planned featues and improvements for future versions
Type: Discussion 💬
Type: Enhancement ✨
Type: Question ❔
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 )
The text was updated successfully, but these errors were encountered: