rollup-react-app
v0.0.5-alpha.2
Published
rollup-react-app CLI
Downloads
12
Readme
rollup-react-app
A simple CLI to build your React App
How?
Install it in your project $ npm i rollup-react-app Add the following script in your package.json "rollup-build": "rollup-react-app" Make sure to have your index.js in the root of your project or in src/index.js and then run the following command $ npm run rollup-react-app
Notes
This is experimental, may not work. At it's current state, it works if your project is clean and don't have much dependencies. If you are using styled-components, you are good.
