Skip to content

Commit

Permalink
fix(build): 移除对SVG的cleanupIds优化
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Mar 13, 2024
1 parent d83bc63 commit 361b8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/config-webpack/src/loaders/svgo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const factory: LoaderFactory = async () => {
{name: 'cleanupAttrs'},
{name: 'minifyStyles'},
{name: 'convertStyleToAttrs'},
{name: 'cleanupIds'},
{name: 'removeEmptyText'},
{name: 'removeEmptyContainers'},
{name: 'convertColors'},
Expand Down

0 comments on commit 361b8c6

Please sign in to comment.