mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
Browser: Add Object.assign polyfill to support older browsers (#3884)
This commit is contained in:
@@ -14,13 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import url from 'url'
|
||||
import Moment from 'moment'
|
||||
import browserHistory from 'react-router/lib/browserHistory'
|
||||
import web from './web'
|
||||
import * as utils from './utils'
|
||||
import storage from 'local-storage-fallback'
|
||||
|
||||
import { minioBrowserPrefix } from './constants'
|
||||
|
||||
export const SET_WEB = 'SET_WEB'
|
||||
|
||||
Reference in New Issue
Block a user