Skip to content

Commit

Permalink
[FIX] Extend svgo defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien LeBlanc committed Aug 31, 2022
1 parent b2d5447 commit 30c6d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/vue/vite.config.js
Expand Up @@ -18,6 +18,7 @@ export default defineConfig(({ mode }) => {
defaultImport: DEFAULT_IMPORT,
svgoConfig: {
plugins: [
'preset-default',
{ name: 'prefixIds' },
],
}
Expand Down

0 comments on commit 30c6d04

Please sign in to comment.