mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix: webpack deprecation warning
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
This commit is contained in:
parent
db3d962798
commit
b3266ef534
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ module.exports = (env, argv) => ({
|
|||
host: '0.0.0.0',
|
||||
static: false,
|
||||
hot: false,
|
||||
https: true,
|
||||
server: 'https',
|
||||
liveReload: false
|
||||
},
|
||||
optimization: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue