mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Update browser assets with new changes.
This commit is contained in:
parent
fc446e0b81
commit
4b4cb07fb6
File diff suppressed because one or more lines are too long
@ -58,7 +58,6 @@ var exports = {
|
||||
historyApiFallback: {
|
||||
index: '/minio/'
|
||||
},
|
||||
port: 8888,
|
||||
proxy: {
|
||||
'/minio/webrpc': {
|
||||
target: 'http://localhost:9000',
|
||||
@ -98,7 +97,7 @@ var exports = {
|
||||
if (process.env.NODE_ENV === 'dev') {
|
||||
exports.entry = [
|
||||
'webpack/hot/dev-server',
|
||||
'webpack-dev-server/client?http://localhost:8888',
|
||||
'webpack-dev-server/client?http://localhost:8080',
|
||||
path.resolve(__dirname, 'app/index.js')
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user