relay-compiler 0.0.0-main-23b4cacf → 0.0.0-main-c20ed27e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -7
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/win-x64/relay.exe +0 -0
package/README.md
CHANGED
|
@@ -34,22 +34,20 @@ Relay Compiler will automatically discover the config if:
|
|
|
34
34
|
project (i.e. in the same folder as the `package.json` file).
|
|
35
35
|
- The `package.json` file contains a `"relay"` key.
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
as follows:
|
|
37
|
+
Alternatively, the path to a configuration file can be specified as an argument:
|
|
39
38
|
|
|
40
39
|
```shell
|
|
41
|
-
npm run relay
|
|
40
|
+
npm run relay ./relay.json
|
|
42
41
|
```
|
|
43
42
|
|
|
44
43
|
or with yarn
|
|
45
44
|
|
|
46
45
|
```shell
|
|
47
|
-
yarn relay
|
|
46
|
+
yarn relay ./relay.json
|
|
48
47
|
```
|
|
49
48
|
|
|
50
|
-
Please note,
|
|
51
|
-
|
|
52
|
-
[babel plugin](https://www.npmjs.com/package/babel-plugin-relay).
|
|
49
|
+
Please note, in this case you'll need to provide a separate configuration for
|
|
50
|
+
the [babel plugin](https://www.npmjs.com/package/babel-plugin-relay).
|
|
53
51
|
|
|
54
52
|
## File Finder
|
|
55
53
|
|
package/linux-x64/relay
CHANGED
|
Binary file
|
package/macos-arm64/relay
CHANGED
|
Binary file
|
package/macos-x64/relay
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/win-x64/relay.exe
CHANGED
|
Binary file
|