Skip to content

Commit

Permalink
fix: remove unecessary optimizeDeps.exclude entries
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 13, 2022
1 parent dfacdc7 commit c324a18
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions telefunc/node/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ function plugin(): Plugin[] {
ssr: { external: ['telefunc'] },
optimizeDeps: {
include: ['telefunc/client'],
exclude: [
// We cannot add these to `optimizeDeps.include` because of `pnpm`
'@brillout/libassert',
'@brillout/json-s',
'@brillout/json-s/parse',
'@brillout/json-s/stringify',
],
},
}),
},
Expand Down

0 comments on commit c324a18

Please sign in to comment.