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

fix(rollup.config.js): adds `{ browser: true }` #53

Closed NGimbal closed 2 years ago

NGimbal commented 2 years ago

Struggled with un-polyfilled Node dependencies when trying to consume a library created using this template in a Webpack 5 project. Adding this fixed the issue.