New Features
- Add
moduleIgnorePatterns
option - ThemoduleIgnorePatterns
plugin option allows you to configure packages that you want to exclude from the plugin’s transformation process.
Bug Fixes
- Fix
jest.mock
bug. - Fix the Jest alias bug.
- Refactor and improve performance.
- Small fixes.