mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
static files grouped in directories by type
This commit is contained in:
parent
a20b765123
commit
b6394836f0
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ module.exports = {
|
|||
}
|
||||
}),
|
||||
new CopyWebpackPlugin([
|
||||
{ from: 'images' }
|
||||
{ from: 'images', to: 'images' },
|
||||
{ from: 'fonts', to: 'fonts' }
|
||||
])
|
||||
]
|
||||
};
|
||||
Loading…
Reference in a new issue