Browser: Use babel-polyfill to support new ES6 built-ins in older browsers (#3900)

This commit is contained in:
Rushan
2017-03-15 03:32:20 +05:30
committed by Harshavardhana
parent a5e60706a2
commit a27d1b3d86
3 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,6 @@ import Web from './js/web'
window.Web = Web
import storage from 'local-storage-fallback'
import objectAssign from 'es6-object-assign'
objectAssign.polyfill()
const store = applyMiddleware(thunkMiddleware)(createStore)(reducer)
const Browse = connect(state => state)(_Browse)