mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #504 from Stremio/fix/webpack-https-warning
fix: webpack deprecation warning
This commit is contained in:
commit
58816d773f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ module.exports = (env, argv) => ({
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
static: false,
|
static: false,
|
||||||
hot: false,
|
hot: false,
|
||||||
https: true,
|
server: 'https',
|
||||||
liveReload: false
|
liveReload: false
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue