Skip to content

Commit

Permalink
fix: Fix for broken production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Feb 20, 2024
1 parent b04c10d commit 74480fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async function build() {

// Generate bundle
await Bun.build({
entrypoints: ['./src/index.ts'],
entrypoints: ['./src/index.tsx'],
external: [
'@react-pdf/renderer',
'@react-pdf/types',
Expand Down

0 comments on commit 74480fe

Please sign in to comment.