Skip to content

Commit

Permalink
fix firefox flicker #96
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Jan 15, 2018
1 parent 277a058 commit 113d56f
Show file tree
Hide file tree
Showing 7 changed files with 3,448 additions and 3,351 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"presets": ["env", "react"],
"plugins": ["transform-object-assign"]
"plugins": [
"transform-object-assign",
"transform-object-rest-spread"
]
}
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"prettier"
],
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true
},
"sourceType": "module"
Expand Down
Loading

0 comments on commit 113d56f

Please sign in to comment.