Skip to content

Commit

Permalink
fix: add @brillout/json-s to pre-bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 13, 2022
1 parent c4ed79d commit edb37a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telefunc/node/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function plugin(): Plugin[] {
config: () => ({
ssr: { external: ['telefunc'] },
optimizeDeps: {
include: ['telefunc/client'],
include: ['telefunc/client', '@brillout/json-s/parse', '@brillout/json-s/stringify'],
},
}),
},
Expand Down

0 comments on commit edb37a4

Please sign in to comment.