Skip to content

Commit

Permalink
Merge pull request #504 from Stremio/fix/webpack-https-warning
Browse files Browse the repository at this point in the history
fix: webpack deprecation warning
  • Loading branch information
tymmesyde authored Nov 9, 2023
2 parents a282c73 + b3266ef commit 58816d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports = (env, argv) => ({
host: '0.0.0.0',
static: false,
hot: false,
https: true,
server: 'https',
liveReload: false
},
optimization: {
Expand Down

0 comments on commit 58816d7

Please sign in to comment.