mirror of
https://github.com/status-im/metro.git
synced 2025-01-09 18:45:41 +00:00
127f3312ed
Summary: The 'fs' mock was set up to require 'graceful-fs', which used to delegate to the corresponding mock. After turning off automocking, this no longer necessarily works. This moves the mock to `fs.js` and makes the mock for graceful-fs require the fs mock via a relative path. Reviewed By: cpojer Differential Revision: D5209130 fbshipit-source-id: d468577e09d18382d0b9602ad0964dd880ec2366
metro-bundler
🚇 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.
This project was previously part of the react-native repository. In this smaller repository it is easier for the team working on Metro Bundler to respond to both issues and pull requests. See react-native#13976 for the initial announcement.