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 449f281 commit 2e9e0a2Copy full SHA for 2e9e0a2
16 files changed
__fixtures__/withSvgoConfig/svgo.config.cjs
@@ -1,12 +1,6 @@
1
module.exports = {
2
plugins: [
3
- {
4
- name: 'preset-default',
5
- params: {
6
- overrides: {
7
- removeTitle: false,
8
- },
9
10
+ "preset-default",
+ "removeTitle"
11
]
12
-}
+}
__fixtures__/withSvgoConfig/svgo.config.js
0 commit comments