metro/docs/Configuration.md
Christoph Nakazawa ef9b4b0f0f Metro Website scaffold
Reviewed By: jeanlauliac

Differential Revision: D6396202

fbshipit-source-id: 9bfa3f88fdd747732566a95ded204f8f5206b350
2017-11-22 09:21:33 -08:00

11 lines
224 B
Markdown

---
id: configuration
title: Configuring Metro
---
Metro's configuration can be defined in the `package.json` file of your project,
or through a `metro.config.js` file or through the `--config <path/to/js>`
option.
*TODO*