mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 20:03:24 +00:00
14 lines
220 B
JavaScript
14 lines
220 B
JavaScript
|
module.exports = {
|
||
|
test: /\.svg$/,
|
||
|
include: /node_modules\/@material-design-icons/,
|
||
|
issuer: /\.[jt]sx?$/,
|
||
|
use: [
|
||
|
{
|
||
|
loader: '@svgr/webpack',
|
||
|
options: {
|
||
|
svgo: false,
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
};
|