v2.3.0
What's Changed
- Fix #33 by @arthurgeron in #36
- Require-memo:
- Now supports ignoring components by name through the
ignoredComponentsoption, supports minimatch/glob syntax - Now also works for components declared separately from export statements
- Only checks exported components
- Now supports ignoring components by name through the
- Fixed issue where rules with a
ignoreoption that uses minimatch'd not work properly if their value is set tofalse(affectsrequire-usememorule).
Full Changelog: v2.2.3...v2.3.0