Skip to content
Snippets Groups Projects

node_config -> CONFIG -> config.js -> config

Merged Jure requested to merge config into master
1 unresolved thread
Compare and Show latest version
16 files
+ 657
127
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 3
4
@@ -4,11 +4,10 @@ import ReactDOM from 'react-dom'
import { configureStore, Root } from 'pubsweet-client'
import { AppContainer } from 'react-hot-loader'
import { browserHistory } from 'react-router'
import { syncHistoryWithStore } from 'react-router-redux'
import createHistory from 'history/createBrowserHistory'
let store = configureStore(browserHistory, {})
let history = syncHistoryWithStore(browserHistory, store)
const history = createHistory()
const store = configureStore(history, {})
const rootEl = document.getElementById('root')