- [Feature]: Add support for
package.json#imports
(#1302 by @jameslawson) - [Feature]: Add
isESMImport
toResolutionContext
to distinguish resolution based on whether the dependency is arequire()
or static/asyncimport
(#1376 by @robhogan)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: With
unstable_enablePackageExports
, assert exactly one of the conditionsimport
/require
according to source syntax. (https://github.com/facebook/metro/pull/1477 by @robhogan) - [Experimental]: Fix global package resolution with
unstable_lazySha1
(42ec821 by @robhogan)
Full Changelog: v0.81.2...v0.81.3