mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +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,
|
inject: false,
|
||||||
scriptLoading: 'blocking',
|
scriptLoading: 'blocking',
|
||||||
faviconsPath: 'favicons',
|
faviconsPath: 'favicons',
|
||||||
imagesPath: '$images',
|
imagesPath: 'images',
|
||||||
}),
|
}),
|
||||||
new WebpackPwaManifest({
|
new WebpackPwaManifest({
|
||||||
name: 'Stremio Web',
|
name: 'Stremio Web',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue