mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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,
|
contentBase: false,
|
||||||
hot: false,
|
hot: false,
|
||||||
inline: false,
|
inline: false,
|
||||||
https: true
|
https: true,
|
||||||
|
liveReload: false
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
minimize: true,
|
minimize: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue