Skip to content

Commit 9094487

Browse files
committed
fix: turn off cleanupIds for svgo loader
1 parent 466e143 commit 9094487

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/plenty-fans-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hashicorp/platform-nextjs-plugin': patch
3+
---
4+
5+
Turn off cleanupIds for svgo loader

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs-plugin/src/plugins/with-inline-svg-loader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function withInlineSvgLoader() {
2424
overrides: {
2525
removeViewBox: false,
2626
collapseGroups: false,
27+
cleanupIds: false,
2728
},
2829
},
2930
},

0 commit comments

Comments
 (0)