Skip to content

Commit

Permalink
fix: resolve proper components index
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 4, 2022
1 parent 7250d14 commit 4942961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stacks/src/builds/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineConfig(({ command }) => {

export function buildOptions(entry?: string): ViteBuildOptions {
if (!entry)
entry = resolve(__dirname, '../../../components/src/index.ts')
entry = resolve(__dirname, '../../../components/index.ts')

return {
outDir: resolve(__dirname, '../../../components/dist'),
Expand Down

0 comments on commit 4942961

Please sign in to comment.