Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
fixed problems with different graphql in example
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzerok committed Sep 22, 2015
1 parent c18ebf4 commit 1ca8463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"body-parser": "^1.13.3",
"express": "^4.13.3",
"express-graphql": "^0.3.0",
"graphql": "^0.4.4",
"multer": "^1.0.3",
"react": "^0.13.3",
"react-redux": "^0.8.2",
Expand Down
5 changes: 4 additions & 1 deletion example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ module.exports = {
],
resolve: {
extensions: ['', '.js', '.jsx'],
modulesDirectories: ['node_modules', 'src']
root: [
path.join(__dirname, 'node_modules'),
path.join(__dirname, 'src')
],
},
module: {
loaders: [
Expand Down

0 comments on commit 1ca8463

Please # to comment.