Toggle icon locally with on / off buttons

This commit is contained in:
2017-06-19 21:59:25 +00:00
parent 6a27604e75
commit 23d10df83a
3 changed files with 27 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{
"presets": ["react"],
"plugins": ["react-hot-loader/babel"]
"plugins": ["transform-object-rest-spread", "react-hot-loader/babel"]
}