Skip to content

Commit

Permalink
Merge pull request #4997 from nextcloud/bugfix/noid/checkbox-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 13, 2023
2 parents 88721e0 + 6227bbc commit c15c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ webpackConfig.resolve.fallback = {
// Load raw SVGs to be able to inject them via v-html
webpackRules.RULE_ASSETS.test = /\.(png|jpe?g|gif|woff2?|eot|ttf)$/
webpackRules.RULE_RAW_SVGS = {
test: /\.svg$/,
test: /@mdi\/svg/,
type: 'asset/source',
}

Expand Down

0 comments on commit c15c3d5

Please sign in to comment.