Skip to content

Commit

Permalink
fix: dependency relations in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
schabibi1 committed Mar 5, 2024
1 parent d05ed55 commit 3943260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig(() => {
}) as unknown as Plugin,
],
optimizeDeps: {
include: ['@storyblok/js'],
include: ['@storyblok/astro > @storyblok/js'],
},
};
});

0 comments on commit 3943260

Please sign in to comment.