Fix icon in Jitsi lobby not rendering correctly (#34246)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user