Fix icon in Jitsi lobby not rendering correctly (#34246)

This commit is contained in:
Michael Telatynski
2026-07-14 13:45:15 +00:00
committed by GitHub
parent c93458cdd0
commit 56bdadca12
+3 -2
View File
@@ -508,6 +508,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
{
test: /\.svg$/,
issuer: /\.(js|ts|jsx|tsx|html)$/,
resourceQuery: { not: [/raw/] },
use: [
{
loader: "@svgr/webpack",
@@ -622,7 +623,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
},
],
},
].filter(Boolean),
],
},
plugins: [
@@ -761,7 +762,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
retryDelay: 500,
maxRetries: 3,
}),
].filter(Boolean),
],
output: {
path: path.join(__dirname, "webapp"),