mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
refactor(webpack): remove destination for icons
This commit is contained in:
parent
5872cfa59b
commit
45cbaa0a29
1 changed files with 0 additions and 2 deletions
|
|
@ -261,13 +261,11 @@ module.exports = (env, argv) => ({
|
|||
icons: [
|
||||
{
|
||||
src: 'images/icon.png',
|
||||
destination: `${COMMIT_HASH}/icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'any'
|
||||
},
|
||||
{
|
||||
src: 'images/maskable_icon.png',
|
||||
destination: `${COMMIT_HASH}/maskable_icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'maskable',
|
||||
ios: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue