HarveyD / react-component-library

A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
https://blog.harveydelaney.com/creating-your-own-react-component-library/
MIT License
790 stars 167 forks source link

[Feature] Add JSON to rollup #18

Closed DarrenXu94 closed 4 years ago

DarrenXu94 commented 4 years ago

Add JSON to the rollup config as seen here. https://github.com/rollup/plugins/tree/master/packages/json

HarveyD commented 4 years ago

Included instructions on how to add it <3