Skip to content

Commit

Permalink
Made the svg module loader non CKEditor specific (just like the other…
Browse files Browse the repository at this point in the history
… loaders).
  • Loading branch information
fredck committed Feb 7, 2020
1 parent efe1c5c commit 6c29d2e
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 6c29d2e

Please sign in to comment.