Skip to content

Commit dc6d4da

Browse files
committed
chore: drop react-svg-loader
We load SVGs (inline) via `babel`.
1 parent 31a05c9 commit dc6d4da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

karma.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ module.exports = function(karma) {
8181
] : []
8282
}
8383
}
84-
},
85-
{
86-
test: /\.svg$/,
87-
use: [ 'react-svg-loader' ]
8884
}
8985
]
9086
},

0 commit comments

Comments
 (0)