0.0.0-main-ffee9785 • Published 1 year ago
atl-babel-plugin-relay v0.0.0-main-ffee9785
babel-plugin-relay
Relay requires a Babel plugin to convert GraphQL tags to runtime artifacts.
A very simplified example of what this plugin is doing:
// It converts this code
const fragment = graphql`
fragment User_fragment on User {
name
}
`;
// To require generated ASTs for fragments and queries
const fragment = require('__generated__/User_fragment.graphql');Plugin Configuration
babel-plugin-relay will discover the config if:
- There is a
relay.config.json,relay.config.jsfile at the root of the project (i.e. in the same folder as thepackage.jsonfile). - The
package.jsonfile contains a"relay"key.
Supported configuration options for babel-plugin-relay
artifactDirectoryA specific directory to output all artifacts to. When enabling this the babel plugin needsartifactDirectoryto be set as well. stringeagerEsModulesThis option enables emitting ES modules artifacts. booleancodegenCommandThe command to run to compile Relay files. stringisDevVariableNameName of the global variable for dev mode (e.g.__DEV__). stringjsModuleFormatFormatting style for generated files.commonjsorhaste. Default iscommonjs. string
0.0.0-main-5980a913
1 year ago
0.0.0-main-307171f4
2 years ago
0.0.0-main-2ccd6998
1 year ago
0.0.0-main-7576e2c4
2 years ago
0.0.0-main-a41dab2f
2 years ago
0.0.0-main-322a3fb0
2 years ago
0.0.0-main-86d355c1
2 years ago
0.0.0-main-8caa9335
3 years ago
0.0.0-main-d9b797a8
3 years ago
0.0.0-main-d7d54856
3 years ago
0.0.0-main-ee494615
3 years ago
0.0.0-main-d8940380
3 years ago
0.0.0-main-15d4f51f
3 years ago
0.0.0-main-df163556
3 years ago
0.0.0-main-2fdd0cd4
3 years ago
0.0.0-main-96a86e2c
3 years ago
0.0.0-main-d2fd8542
3 years ago
0.0.0-main-0acb179c
3 years ago
0.0.0-main-16251cbf
3 years ago
0.0.0-main-a011e2ef
3 years ago
0.0.0-main-dca70be3
3 years ago
0.0.0-main-7a7c269a
3 years ago
0.0.0-main-ae9a46b8
3 years ago
0.0.0-main-095491e5
3 years ago
0.0.0-main-f5877bfe
3 years ago
0.0.0-main-accde866
3 years ago
0.0.0-main-41a286f0
3 years ago
0.0.0-main-31f24c70
3 years ago
0.0.0-main-ffee9785
3 years ago