Skip to content

Commit

Permalink
Revert "fix: component name"
Browse files Browse the repository at this point in the history
This reverts commit abc6f96.
  • Loading branch information
alexarassat committed Jul 15, 2024
1 parent abc6f96 commit af4f3ef
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 @@ -8,7 +8,7 @@ function getEntries(dir) {
})
.filter(dirent => dirent.isDirectory())
.map(dirent => ({
[`@flowplayer/components/${dirent.name}`]: `${dir}/${dirent.name}/index.ts`
[`${dirent.name}`]: `${dir}/${dirent.name}/index.ts`
}))
)
}
Expand Down

0 comments on commit af4f3ef

Please sign in to comment.