mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-18 17:03:14 -08:00
13 lines
220 B
JavaScript
13 lines
220 B
JavaScript
module.exports = {
|
|
test: /\.svg$/,
|
|
include: /node_modules\/@material-design-icons/,
|
|
issuer: /\.[jt]sx?$/,
|
|
use: [
|
|
{
|
|
loader: '@svgr/webpack',
|
|
options: {
|
|
svgo: false,
|
|
},
|
|
},
|
|
],
|
|
};
|