Update browser assets with new changes.

This commit is contained in:
Harshavardhana
2017-02-02 03:01:49 -08:00
parent fc446e0b81
commit 4b4cb07fb6
2 changed files with 26 additions and 27 deletions

View File

@@ -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')
]
}