Skip to content

Commit

Permalink
Remove unused svg loader
Browse files Browse the repository at this point in the history
  • Loading branch information
theninthsky committed Dec 18, 2022
1 parent 2696021 commit c150a55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ module.exports = (_, { mode }) => {
},
{
test: /\.svg$/i,
type: 'asset',
resourceQuery: /url/
},
{
test: /\.svg$/i,
resourceQuery: { not: [/url/] },
use: [{ loader: '@svgr/webpack', options: { dimensions: false } }]
},
{
Expand Down

0 comments on commit c150a55

Please sign in to comment.