mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
build: typo in HtmlWebPackPlugin imagesPath
This commit is contained in:
parent
0a1278b494
commit
74682ddb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ module.exports = (env, argv) => ({
|
|||
inject: false,
|
||||
scriptLoading: 'blocking',
|
||||
faviconsPath: 'favicons',
|
||||
imagesPath: '$images',
|
||||
imagesPath: 'images',
|
||||
}),
|
||||
new WebpackPwaManifest({
|
||||
name: 'Stremio Web',
|
||||
|
|
|
|||
Loading…
Reference in a new issue