Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMININ authored Oct 13, 2024
1 parent e86ebbf commit 0cd6617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default async function webpackConfig(env, argv) {
return {
guidelines:
typeof icon.guidelines === 'object'
? (icon.guidelines.trademark ?? icon.guidelines.branding)
? icon.guidelines.trademark ?? icon.guidelines.branding
: icon.guidelines,
hex: icon.hex,
indexByAlpha: iconIndex,
Expand Down

0 comments on commit 0cd6617

Please sign in to comment.