Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): fix svg sprite breaking in svgo 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jan 19, 2024
1 parent 3db6f94 commit d8b78de
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 d8b78de

Please sign in to comment.