transitive-bullshit / create-react-library

CLI for creating reusable react libraries.

Home Page:https://transitivebullsh.it/javascript-dev-tools-in-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation suggests rollup is used for bundling, however, micro-bundle is used

Duncan-Alexander-Coutts opened this issue · comments

Readme suggests that rollup is used for packaging but if you look at the e.g. "create-react-library/template/default/package.json" there is no rollup dependencies used.

Looks like microbundle is based on rollup