- [Breaking]: Increase minimum Node version from 14 to 16. (e5950ae by @huntie)
- [Breaking]: Remove
isAssetFile
from custom resolver context, addassetExts
. (c6548f7 by @huntie) - [Feature]: Support
require.resolveWeak()
. (354d6e4 by @motiz88) - [Fix]: Don't over-invalidate on symlink changes if resolution through symlinks is not enabled. (2303c10 by @robhogan)
- [Fix]: Returning
false
fromcontext.redirectModulePath
will resolve to empty module in all cases. (0f1846a by @huntie) - [Fix]: Respect extensionless entries in
browser
,react-native
etc when resolving subpath package specifiers. (7e92227 by @huntie) - [Fix]: Remove undocumented Meta-only
__jsResource
and__conditionallySplitJsResource
functions from module API. (f1d905b and 69c8fc7 by @motiz88)
NOTE: Experimental features are not covered by semver and can change at any time.