Skip to content

Commit

Permalink
config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Dec 21, 2023
1 parent e1bbaa1 commit 86496b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ module.exports = {
if (!config.optimizeDeps) {
config.optimizeDeps = {};
}
config.optimizeDeps.include = [...(config.optimizeDeps?.include ?? []), "@storybook/vue3"];
config.optimizeDeps.include = [
...(config.optimizeDeps?.include ?? []),
"@storybook/vue3",
"react/jsx-runtime"
];
config.optimizeDeps.exclude = [...(config.optimizeDeps?.exclude ?? []), "lit", "lit-html"];
config.plugins = [
...config.plugins,
Expand Down

0 comments on commit 86496b5

Please sign in to comment.