mobxjs / mobx-react-lite

Lightweight React bindings for MobX based on React 16.8 and Hooks
https://mobx.js.org/react-integration.html
MIT License
2.13k stars 90 forks source link

chore: exclude unused files from npm package #247

Closed laysent closed 4 years ago

laysent commented 4 years ago

Hi, v1.5.1 includes all the caches inside .rts2_cache_* folders. It seems v2.0.0 will remove it (https://github.com/mobxjs/mobx-react-lite/commit/c19b013c809ae367e600a6b8f79e0c9d530dccd5), however this commit makes v1.5.1 way too large (1.5M). Would you mind to include this in .npmignore (though it will not be used in v2.0.0), and release a minor version v1.5.2, with these folders excluded?

danielkcz commented 4 years ago

Thanks