Skip to content

Commit

Permalink
🐛 remove missing cross fetch from vite deps
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-unterberg committed Jan 2, 2024
1 parent 1558978 commit 0bbc382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
}) as PluginOption),
],
optimizeDeps: {
include: ['cross-fetch', 'react/jsx-runtime', 'vike-react/renderer/onRenderClient'],
include: ['react/jsx-runtime', 'vike-react/renderer/onRenderClient'],
},
server: {
port: 5247,
Expand Down

0 comments on commit 0bbc382

Please sign in to comment.