gather all info about peer

This commit is contained in:
DieMyst
2020-11-26 21:47:37 +03:00
parent fa84ead4a4
commit a3bce9f135
13 changed files with 112 additions and 67 deletions

View File

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