mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 19:04:57 +02:00
build(webui): fix hot reload
This commit is contained in:
parent
b83d7414bc
commit
fd3b1aa8b8
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
|
||||
devServer: {
|
||||
allowedHosts: 'all',
|
||||
client: {
|
||||
webSocketURL: 'ws://0.0.0.0:8081/ws',
|
||||
},
|
||||
},
|
||||
|
||||
// custom rule for readium and r2d2bc css that needs to be made available, but untouched
|
||||
configureWebpack: {
|
||||
module: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue