Skip to content

Commit

Permalink
Update SVGO config code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonsobral authored and swashata committed May 2, 2021
1 parent 5488472 commit 15990fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions site/docs/tutorials/using-various-svg-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,9 @@ module.exports = {
const svgoLoader = {
loader: 'svgo-loader',
options: {
plugins: [
{ removeTitle: true },
{ convertColors: { shorthex: false } },
{ convertPathData: false },
],
{ removeTitle: true },
{ convertColors: { shorthex: false } },
{ convertPathData: false },
},
};
// create module rules
Expand Down

0 comments on commit 15990fc

Please sign in to comment.