Skip to content

Commit

Permalink
fix: load used DS icons as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 20, 2022
1 parent 90b4e7b commit e8a139f
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .build/optimize-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const main = async () => {
]

contents.forEach((value, key) => {
lines.push(`export const balIcon${upperFirst(camelCase(key))} = '${value}';`)
lines.push(`/*#__PURE__*/ export const balIcon${upperFirst(camelCase(key))} = '${value}';`)
lines.push(``)
})

Expand Down
Loading

0 comments on commit e8a139f

Please sign in to comment.