Merge commit 'a2f02a07758c32f0dcc6388b4f30ca5a84e762f3' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-01-15 20:27:41 +01:00
275 changed files with 867 additions and 435 deletions

View File

@@ -4,7 +4,7 @@ const { settings } = require('../configuration');
module.exports = {
test: new RegExp(`(${settings.static_assets_extensions.join('|')})$`, 'i'),
exclude: [/node_modules\/@material-symbols/, /svg-icons/],
exclude: [/material-icons/, /svg-icons/],
use: [
{
loader: 'file-loader',

View File

@@ -1,6 +1,6 @@
module.exports = {
test: /\.svg$/,
include: [/node_modules\/@material-symbols/, /svg-icons/],
include: [/material-icons/, /svg-icons/],
issuer: /\.[jt]sx?$/,
use: [
{