mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
Browser: Use babel-polyfill to support new ES6 built-ins in older browsers (#3900)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user