mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
disable live reload
This commit is contained in:
parent
87ebee479a
commit
37f741dc99
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ module.exports = (env, argv) => ({
|
|||
contentBase: false,
|
||||
hot: false,
|
||||
inline: false,
|
||||
https: true
|
||||
https: true,
|
||||
liveReload: false
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue