v0.81.5
This is a hotfix on the 0.81.x
branch.
This release fixes two issues with unstable_enablePackageExports
, which is experimental and opt-in in Metro 0.81.
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: importLocationPlugin: Fix non-deterministic false identification of ESM imports (55ed2ee by @byCedric)
- [Experimental]: collectDepedencies: Fix one-line
export from
files triggering_interopRequireDefault is not a function
(5f79ce8 by @byCedric)
Full Changelog: v0.81.4...v0.81.5