Skip to content

Commit

Permalink
make vite build not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Aug 8, 2024
1 parent ebf61d6 commit 574c5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
},
build: {
lib: {
entry: './src/index.ts',
entry: './src/components/index.ts',
fileName: format => `index.${format}.js`,
formats: ['es', 'cjs'],
},
Expand Down

0 comments on commit 574c5a0

Please sign in to comment.