create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

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

Open Duncan-Alexander-Coutts opened this issue 4 years ago • 2 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.

Duncan-Alexander-Coutts avatar Feb 22 '21 10:02 Duncan-Alexander-Coutts

+1

SivaGanesh56 avatar Mar 13 '21 07:03 SivaGanesh56

Looks like microbundle is based on rollup

aaron-harvey avatar Mar 29 '21 01:03 aaron-harvey