mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
Browser: Use babel-polyfill to support new ES6 built-ins in older browsers (#3900)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
"babel-register": "^6.14.0",
|
||||
@@ -67,7 +68,6 @@
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"classnames": "^2.2.3",
|
||||
"es6-object-assign": "^1.0.3",
|
||||
"font-awesome": "^4.7.0",
|
||||
"humanize": "0.0.9",
|
||||
"json-loader": "^0.5.4",
|
||||
|
||||
Reference in New Issue
Block a user