Skip to content

4.0.0 (2019-10-08)

Choose a tag to compare

@medikoo medikoo released this 25 Oct 09:00
267326e

Bug Fixes

  • Fix requireUncached moduleIds validation (eb2e026)

Features

  • By default crash resolve with MODULE_NOT_FOUND if module not found (0e446c4)

BREAKING CHANGES

  • resolve and resolve/sync now by default crash with MODULE_NOT_FOUND error, if module is not found. Old behavior was that null was returned.
    To maintain old behavior { silent: true } option needs to be passed

Comparison since last release