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: {
|
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')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user