This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
Watch
1
Star
0
Fork
0
You've already forked minio
mirror of
https://github.com/minio/minio.git
synced
2025-01-16 01:03:15 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 18:07:22 -08:00
{
Browser: Use polyfill to support Object.assign in IE11 (#3942)
2017-03-22 02:18:07 +05:30
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
}
Reference in New Issue
Copy Permalink