We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5488472 commit 15990fcCopy full SHA for 15990fc
site/docs/tutorials/using-various-svg-loader.md
@@ -105,11 +105,9 @@ module.exports = {
105
const svgoLoader = {
106
loader: 'svgo-loader',
107
options: {
108
- plugins: [
109
- { removeTitle: true },
110
- { convertColors: { shorthex: false } },
111
- { convertPathData: false },
112
- ],
+ { removeTitle: true },
+ { convertColors: { shorthex: false } },
+ { convertPathData: false },
113
},
114
};
115
// create module rules
0 commit comments