This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7850
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
8cad407e0b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8cad407e0b'
${ noResults }
minio
/
browser
/
.babelrc
9 lines
103 B
Raw
Normal View
History
Unescape
Escape
miniobrowser: Bring Minio browser source into minio repo. (#3617)
8 years ago
{
Browser: Use polyfill to support Object.assign in IE11 (#3942)
8 years ago
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
}