Skip to content

Commit 15990fc

Browse files
robsonsobralswashata
authored andcommitted
Update SVGO config code sample
1 parent 5488472 commit 15990fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

site/docs/tutorials/using-various-svg-loader.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,9 @@ module.exports = {
105105
const svgoLoader = {
106106
loader: 'svgo-loader',
107107
options: {
108-
plugins: [
109-
{ removeTitle: true },
110-
{ convertColors: { shorthex: false } },
111-
{ convertPathData: false },
112-
],
108+
{ removeTitle: true },
109+
{ convertColors: { shorthex: false } },
110+
{ convertPathData: false },
113111
},
114112
};
115113
// create module rules

0 commit comments

Comments
 (0)