Skip to content

Commit

Permalink
fix(v2): use SVGO in webpack SVGR loader (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn authored Nov 6, 2020
1 parent 3ee700c commit c899117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/webpack/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function createBaseConfig(
},
{
test: /\.svg$/,
use: '@svgr/webpack?-prettier,-svgo,+titleProp,+ref![path]',
use: '@svgr/webpack?-prettier,+svgo,+titleProp,+ref![path]',
},
],
},
Expand Down

0 comments on commit c899117

Please sign in to comment.