Skip to content

Commit

Permalink
Merge pull request #995 from dpc-sdp/bugfix/svg-sprite-empty-in-compo…
Browse files Browse the repository at this point in the history
…nent

fix(@dpc-sdp/ripple-ui-core): fix svg sprite breaking in svgo 3.2.0
  • Loading branch information
waitingallday authored Jan 22, 2024
2 parents c622375 + d8b78de commit d1e0761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ripple-ui-core/src/vite.plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ export default [
{
name: 'preset-default',
params: {
overrides: {}
overrides: {
removeHiddenElems: false
}
}
},
{
Expand Down

0 comments on commit d1e0761

Please sign in to comment.