You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Relay Compiler Webpack Plugin
2
2
3
-
Are you running Relay Modern? Are you annoyed with constantly running the `relay-compiler` to generate code for your GraphQL, especially if you're already running Webpack?
3
+
Are you running Relay Modern? Are you annoyed with constantly running the `relay-compiler` to generate code, especially if you're already running Webpack?
4
4
5
5
Well be annoyed no more! Simply install this plugin to automatically hook into Webpack's build process to generate these files for you.
6
6
@@ -44,7 +44,7 @@ We'll be working with the `relay-compiler` to make it more modular in this regar
44
44
However it is still better than manually running the `relay-compiler` whenever anything changes.
45
45
Currently Webpack may build a few times once it picks up the files generated by this plugin.
46
46
47
-
## LICENSE
47
+
## License
48
48
49
49
Relay Compiler Webpack Plugin may be redistributed according to the [BSD 3-Clause License](LICENSE).
0 commit comments