GitXplorerGitXplorer
f

metro

public
5175 stars
614 forks
350 issues

Commits

List of commits on branch main.
Unverified
7d02e173a63112b0044045496da60d9a6b85cd6b

Add inline-requires-plugin implementation hash to cache key

rrobhogan committed 4 days ago
Unverified
5dbb3448d40fecfdaa95b78f9cf1f4a094dfad06

Allow blocklisting of target modules from inline-requires memoisation

rrobhogan committed 6 days ago
Unverified
8cacee162be9ae0767280c0e5faf3e5727ea5324

Pass `unstable_memoizeInlineRequires` through `customTransformOptions`

rrobhogan committed 7 days ago
Unverified
aab9495e4db52bea098bfb8d9c22ab6cf6579734

expand nightlies to test after deleting yarn.lock (#1317)

vvzaidman committed 7 days ago
Unverified
0fcd69a134e970e7592aed694ecb7f4ee5294ad7

bump metro minimum supported Node.js to 18.18 (#1351)

vvzaidman committed 8 days ago
Unverified
47dab5958cd2c7f14933151d35fdc2d8335fb0d5

Expose inline-require memoization through `getTransformOptions`

rrobhogan committed 8 days ago

README

The README file for this repository.

Metro

MIT licensed npm package version Build status Code coverage Follow @MetroBundler on Twitter

🚇 The JavaScript bundler for React Native.

  • 🚅 Fast: We aim for sub-second reload cycles, fast startup and quick bundling speeds.
  • ⚖️ Scalable: Works with thousands of modules in a single application.
  • ⚛️ Integrated: Supports every React Native project out of the box.

Installation

Metro is included with React Native — see the React Native docs to quickly get started ⏱️.

To add Metro to an existing project, see our Getting Started guide.

Documentation

All available documentation, including on configuring Metro, can be found on the Metro website.

Source code for documentation is located in this repository under docs/.

Contributing

Metro was previously part of the react-native repository. In this standalone repository it is easier for the team working on Metro to respond to issues and pull requests. See react-native#13976 for the initial announcement.

Meta has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Metro.

Discussions

Larger discussions and proposals concerning React Native and Metro are discussed in @react-native-community/discussions-and-proposals.

License

Metro is MIT licensed, as found in the LICENSE file.