4.0.0 (2019-10-08)
Bug Fixes
- Fix requireUncached moduleIds validation (eb2e026)
Features
- By default crash resolve with MODULE_NOT_FOUND if module not found (0e446c4)
BREAKING CHANGES
resolveandresolve/syncnow by default crash with MODULE_NOT_FOUND error, if module is not found. Old behavior was thatnullwas returned.
To maintain old behavior { silent: true } option needs to be passed