mirror of
https://github.com/status-im/metro.git
synced 2025-01-14 04:54:27 +00:00
497d3ff228
Reviewed By: jeanlauliac Differential Revision: D5043919 fbshipit-source-id: ba6f47102747c0762a153cd860f8f61f090cf5d7
23 lines
588 B
Markdown
23 lines
588 B
Markdown
Glossary
|
|
===
|
|
|
|
Terminology commonly used in React Native Packager / Metro Bundler is explained
|
|
here. This document is work in progress, please help completing it.
|
|
|
|
## Build Root
|
|
|
|
Configuration files (`rn-cli.config.js`) support configuring one or more roots
|
|
that are watched for file changes during development. In the context of the
|
|
integration with the `js_*` rule family in [Buck][], there is only a single root,
|
|
the build root used by Buck.
|
|
|
|
|
|
## Local Path
|
|
|
|
A *local path* / `localPath` is the path to a file relative to a
|
|
[*build root*](#build-root).
|
|
|
|
|
|
|
|
[Buck]: http://buckbuild.com/
|