Upgrading webpack

This commit is contained in:
James Barnsley
2017-03-08 09:13:24 +13:00
parent 69d535e941
commit fc8fa29fe5
22 changed files with 2968 additions and 766 deletions

View File

@ -42,10 +42,12 @@ class Debug extends React.Component{
render(){
var options = (
<button onClick={e => hashHistory.push(global.baseURL+'settings')}>
<FontAwesome name="reply" />&nbsp;
Back
</button>
<span>
<button onClick={e => hashHistory.push(global.baseURL+'settings')}>
<FontAwesome name="reply" />&nbsp;
Back
</button>
</span>
)
return (