Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Added `--custom-resolver-options` to `--bundle` command. This options is also [available](https://github.com/facebook/metro/blob/main/docs/CLI.md#options) in Metro's CLI. ## Changelog: [INTERNAL] [ADDED] - Add `--resolver-options` to `bundle` command Pull Request resolved: #42333 Test Plan: 1. Build all packages by running `yarn build` in the root 2. Go to `packages/rn-tester` and run `npx react-native bundle --custom-resolver-options key=value` and the options should be passed to the Config. Reviewed By: blakef Differential Revision: D52869452 Pulled By: huntie fbshipit-source-id: 9a2c2d94b72cfb47477cf58b9c0472c5a8551c84
- Loading branch information