Adding babel config, and react-bootstrap

This commit is contained in:
Richard Ramos 2018-06-30 21:58:41 -04:00
parent fc841f4615
commit 5e28d34c28
2 changed files with 5 additions and 0 deletions

4
.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"plugins": ["transform-object-rest-spread"],
"presets": ["stage-2"]
}

View File

@ -14,6 +14,7 @@
"babel-preset-stage-2": "^6.24.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-bootstrap": "^0.32.1",
"zeppelin-solidity": "^1.10.0"
}
}