Merge pull request #504 from Stremio/fix/webpack-https-warning

fix: webpack deprecation warning
This commit is contained in:
Tim 2023-11-09 15:57:47 +01:00 committed by GitHub
commit 58816d773f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ module.exports = (env, argv) => ({
host: '0.0.0.0',
static: false,
hot: false,
https: true,
server: 'https',
liveReload: false
},
optimization: {