Skip to content

Commit

Permalink
Add watchify and update JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Aug 29, 2018
1 parent a0c8574 commit d01d03f
Show file tree
Hide file tree
Showing 5 changed files with 3,015 additions and 2,810 deletions.
7 changes: 6 additions & 1 deletion App/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["react", "es2015"]
"presets": [
["@babel/preset-env", {
"modules": false
}],
"@babel/preset-react"
]
}
2 changes: 1 addition & 1 deletion App/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true
}
},
Expand Down
Loading

0 comments on commit d01d03f

Please sign in to comment.