1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removed import for config.json for fetch

This commit is contained in:
vitorsemeano 2020-10-18 22:31:46 +01:00
parent 9030aa2817
commit 723a19cd8b
2 changed files with 21 additions and 4 deletions

View file

@ -15,6 +15,10 @@ module.exports = {
new CleanWebpackPlugin(),
new CopyPlugin({
patterns: [
{
from: 'config*.json',
to: ''
},
{
from: 'themes/',
to: 'themes/'