Skip to content

Commit

Permalink
Made the svg module loader non CKEditor specific (like the other load…
Browse files Browse the repository at this point in the history
…ers).
  • Loading branch information
fredck committed Feb 23, 2020
1 parent efe1c5c commit 2a72b79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function getWebpackConfigForAutomatedTests( options ) {
rules: [
{
// test: **/ckeditor5-*/theme/icons/*.svg
test: /ckeditor5-[^/\\]+[/\\]theme[/\\]icons[/\\][^/\\]+\.svg$/,
test: /\.svg$/,
use: [ 'raw-loader' ]
},
{
Expand Down

0 comments on commit 2a72b79

Please sign in to comment.