JustSift / ReSift

A state management library for data fetches in React
https://resift.org/
MIT License
39 stars 1 forks source link

Feat/rollup #132

Closed ricokahler closed 4 years ago

ricokahler commented 4 years ago

This PR switches the build from using webpack to rollup. Rollup makes the bundle much smaller, enables tree-shaking, and creates an ESM build.

This may also fix #105 ?