mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +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({
|
new HtmlWebPackPlugin({
|
||||||
template: './src/index.html',
|
template: './src/index.html',
|
||||||
inject: false,
|
inject: false,
|
||||||
|
scriptLoading: 'blocking',
|
||||||
faviconsPath: `${COMMIT_HASH}/favicons`
|
faviconsPath: `${COMMIT_HASH}/favicons`
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue