7e3c10dec6
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
14 lines
255 B
JavaScript
14 lines
255 B
JavaScript
module.exports = {
|
|
test: /\.svg$/,
|
|
include: [/node_modules\/@material-symbols/, /svg-icons/],
|
|
issuer: /\.[jt]sx?$/,
|
|
use: [
|
|
{
|
|
loader: '@svgr/webpack',
|
|
options: {
|
|
svgo: false,
|
|
titleProp: true,
|
|
},
|
|
},
|
|
],
|
|
};
|