We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87c410 commit 559c9b3Copy full SHA for 559c9b3
scripts/makeProdPkg.ts
@@ -77,12 +77,12 @@ function main() {
77
78
// Build typesVersions
79
if (iconVariantName === 'regular') {
80
- typesVersion['>4.0'][relativePath(iconName)] = [iconPaths.types];
+ typesVersion['>4.0'][iconName] = [iconPaths.types];
81
typesVersion['>4.0'][
82
relativePath(join(COMPONENTS_FOLDER, makeComponentFilename(iconComponent)))
83
] = [componentPaths.types];
84
} else {
85
- typesVersion['>4.0'][relativePath(join(iconVariantName, iconName))] = [iconPaths.types];
+ typesVersion['>4.0'][join(iconVariantName, iconName)] = [iconPaths.types];
86
87
relativePath(
88
join(COMPONENTS_FOLDER, iconVariantName, makeComponentFilename(iconComponent))
0 commit comments