1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Dev server bind to all hosts

This commit is contained in:
Vladimir Volek 2018-09-21 15:30:01 +02:00
parent df0e41c74c
commit ae943aca54

View File

@ -23,6 +23,7 @@ module.exports = {
path: BUILD,
},
devServer: {
host: '0.0.0.0',
contentBase: [
SRC,
PUBLIC,
@ -97,7 +98,7 @@ module.exports = {
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()),
}),
new FlowWebpackPlugin({
reportingSeverity: 'warning'
reportingSeverity: 'warning',
}),
new HtmlWebpackPlugin({
chunks: ['index'],