mirror of
https://github.com/fluencelabs/dashboard
synced 2025-06-26 21:21:40 +00:00
gather all info about peer
This commit is contained in:
@ -13,13 +13,7 @@ module.exports = {
|
||||
devServer: {
|
||||
contentBase: './bundle',
|
||||
hot: false,
|
||||
inline: false,
|
||||
historyApiFallback: {
|
||||
rewrites: [
|
||||
{from: /^\/$/, to: '/index.html'},
|
||||
{from: /./, to: '/index.html'}
|
||||
]
|
||||
}
|
||||
inline: false
|
||||
},
|
||||
devtool: "eval-source-map",
|
||||
module: {
|
||||
@ -72,7 +66,8 @@ module.exports = {
|
||||
}),
|
||||
new Serve({
|
||||
historyFallback: true,
|
||||
port: 55553
|
||||
port: 55553,
|
||||
host: 'localhost',
|
||||
})
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user