Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-12 | 1.9 kB | |
v0.83.2 source code.tar.gz | 2025-09-12 | 1.4 MB | |
v0.83.2 source code.zip | 2025-09-12 | 1.8 MB | |
Totals: 3 Items | 3.1 MB | 1 |
- [Feature] Support ESM
metro.config.js
/metro.config.mjs
(https://github.com/facebook/metro/pull/1557 by @robhogan) - [Feature] Support Metro config at
.config/metro.js
(etc.), as well asmetro.config.js
(https://github.com/facebook/metro/pull/1558 by @robhogan) - [Feature] Support loading TypeScript
metro.config.ts
files when using Node.js/Bun versions that natively support it (https://github.com/facebook/metro/pull/1560 by @robhogan) - [Feature] Expose
globalPrefix
togetRunModuleStatement
(https://github.com/facebook/metro/pull/1566 by @robhogan) - [Feature] Set a definite bundle sourcemap's url protocol instead of using relative protocols (https://github.com/facebook/metro/commit/d0c89e5e09679a7135a71bb614a19e0e9e81ddf1 by @vzaidman)
- [Feature] Respect "x-forwarded-host" and "x-forwarded-proto" when calculating asset url for asset requests (https://github.com/facebook/metro/commit/d0c89e5e09679a7135a71bb614a19e0e9e81ddf1 by @vzaidman)
- [Fix]
module.verboseName
(dev builds only) now uses posix separators regardless of the OS the bundle is built on (https://github.com/facebook/metro/pull/1568 by @robhogan) - [Fix] Fix build/serve cache incompatibility by removing unused
hot
param (https://github.com/facebook/metro/pull/1567 by @robhogan) - [Fix] Replaced the deprecated
url.parse
withURL
and correctly encode and decode source urls and source map urls (https://github.com/facebook/metro/pull/1548 by @vzaidman) - [Fix] Support non-ASCII filesystem bundle paths (https://github.com/facebook/metro/pull/1538 by @bradleyayers)
- [Fix] Only print symbolication errors in debug (https://github.com/facebook/metro/pull/1573 by @krystofwoldrich)
- [Deprecated]: metro-cache: Deprecate AutoCleanFileStore (https://github.com/facebook/metro/pull/1570 by @robhogan)
Full Changelog: https://github.com/facebook/metro/compare/v0.83.1...v0.83.2