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