Skip to content

Commit

Permalink
chore: drop react-svg-loader
Browse files Browse the repository at this point in the history
We load SVGs (inline) via `babel`.
  • Loading branch information
nikku committed Oct 13, 2023
1 parent 31a05c9 commit dc6d4da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ module.exports = function(karma) {
] : []
}
}
},
{
test: /\.svg$/,
use: [ 'react-svg-loader' ]
}
]
},
Expand Down

0 comments on commit dc6d4da

Please sign in to comment.