rollup-react

Basic example to get you going with bundling ReactJS using Rollup

Stars
2
Committers
1

Bundling React using Rollup

The basic example of rollup with React from the ReactJS people using this gist.

Using this repo

Clone

npm i

npm run build

which runs the script in package.json which is rollup -c

Result

Future work

Add test suit.