We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb031be commit 67ff48cCopy full SHA for 67ff48c
README.md
@@ -25,7 +25,7 @@ module.exports = {
25
plugins: [
26
// ...
27
new RelayCompilerWebpackPlugin({
28
- schema: path.resolve(__dirname, './relative/path/to/schema.graphql'),
+ schema: path.resolve(__dirname, './relative/path/to/schema.graphql'), // or schema.json
29
src: path.resolve(__dirname, './relative/path/to/source/files'),
30
})
31
]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "relay-compiler-webpack-plugin",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Automatically run the Relay Compiler from Webpack",
5
"repository": {
6
"type": "git",
0 commit comments