Skip to content

Commit

Permalink
Merge pull request #4 from procoder-net/fixingApolloBoostErr
Browse files Browse the repository at this point in the history
fixing apollo boost run error because of parcel
  • Loading branch information
procoder-net authored Mar 22, 2019
2 parents 2f6dba6 + 8e0dded commit fea4b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ node_modules
.cache
client/package-lock.json
server/package-lock.json
package-lock.json
package-lock.json
.DS_Store
client/.DS_Store
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/parser": "<7.4.0",
"babel-preset-nano-react-app": "^0.1.0",
"parcel-bundler": "^1.11.0",
"husky": "^1.3.1",
Expand Down

0 comments on commit fea4b6e

Please sign in to comment.