mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
use blocking script loading
This commit is contained in:
parent
da912ecf44
commit
86decd4144
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ module.exports = (env, argv) => ({
|
|||
new HtmlWebPackPlugin({
|
||||
template: './src/index.html',
|
||||
inject: false,
|
||||
scriptLoading: 'blocking',
|
||||
faviconsPath: `${COMMIT_HASH}/favicons`
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue