Sean Nicolay
Sean Nicolay
relay-compiler and babel-plugin-relay have an `artifactDirectory` config option to control the location of the generated files. The babel plugin and the relay-compiler config need to have the same location configure...
Internally `babel-plugin-relay` uses the filename to find the right relative import paths when an `artifactDirectory` is configured. Currently `vite-plugin-relay` executes the plugin against a source string (rather than a file)...
When running the compiler with a config that contains multiple projects _all_ projects are always built. This is definitely a sane default, but it'd be nice to be able to...
There is some decent [documentation for the single-project config](https://github.com/facebook/relay/tree/main/packages/relay-compiler#configuration) options, but no mention of multi-project configs in any of the documentation. The [test project](https://github.com/facebook/relay/blob/d6ee691846bd806a113922a466dbb4d7b6b562fc/compiler/test-project/relay.json) uses a config in the multi-project...