Merge remote-tracking branch 'parent/main' into upstream-20240115
This commit is contained in:
commit
673e09d645
338 changed files with 1095 additions and 540 deletions
|
@ -4,6 +4,7 @@ const { settings } = require('../configuration');
|
|||
|
||||
module.exports = {
|
||||
test: new RegExp(`(${settings.static_assets_extensions.join('|')})$`, 'i'),
|
||||
exclude: [/material-icons/, /svg-icons/],
|
||||
use: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
test: /\.svg$/,
|
||||
include: [/node_modules\/@material-symbols/, /svg-icons/],
|
||||
include: [/material-icons/, /svg-icons/],
|
||||
issuer: /\.[jt]sx?$/,
|
||||
use: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue