mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
Dev server bind to all hosts
This commit is contained in:
parent
df0e41c74c
commit
ae943aca54
@ -23,6 +23,7 @@ module.exports = {
|
|||||||
path: BUILD,
|
path: BUILD,
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
|
host: '0.0.0.0',
|
||||||
contentBase: [
|
contentBase: [
|
||||||
SRC,
|
SRC,
|
||||||
PUBLIC,
|
PUBLIC,
|
||||||
@ -97,7 +98,7 @@ module.exports = {
|
|||||||
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()),
|
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()),
|
||||||
}),
|
}),
|
||||||
new FlowWebpackPlugin({
|
new FlowWebpackPlugin({
|
||||||
reportingSeverity: 'warning'
|
reportingSeverity: 'warning',
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
chunks: ['index'],
|
chunks: ['index'],
|
||||||
|
Loading…
Reference in New Issue
Block a user