This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
mirror of
https://github.com/minio/minio.git
Watch
1
Star
0
Fork
You've already forked minio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c7c571875
minio
/
browser
/
.babelrc
9 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
miniobrowser: Bring Minio browser source into minio repo. (#3617)
2017-01-23 21:07:22 -05:00
{
Browser: Use polyfill to support Object.assign in IE11 (#3942)
2017-03-21 16:48:07 -04:00
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
}