Skip to content

Commit 67ff48c

Browse files
author
Tasveer Singh
committed
v0.2.0
1 parent bb031be commit 67ff48c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
plugins: [
2626
// ...
2727
new RelayCompilerWebpackPlugin({
28-
schema: path.resolve(__dirname, './relative/path/to/schema.graphql'),
28+
schema: path.resolve(__dirname, './relative/path/to/schema.graphql'), // or schema.json
2929
src: path.resolve(__dirname, './relative/path/to/source/files'),
3030
})
3131
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relay-compiler-webpack-plugin",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Automatically run the Relay Compiler from Webpack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)