Skip to content

Commit c106a42

Browse files
committed
Update deps
1 parent 57345f9 commit c106a42

3 files changed

Lines changed: 2056 additions & 1945 deletions

File tree

.storybook/main.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ export default process.env.STORYBOOK_VUE
3434
name: "@storybook/react-vite",
3535
options: {},
3636
},
37+
viteFinal: async (config) => {
38+
const { default: react } = await import("@vitejs/plugin-react");
39+
40+
return mergeConfig(config, {
41+
plugins: [react()],
42+
});
43+
},
3744
...(process.env.STORYBOOK_DEPLOY && {
3845
refs: {
3946
vue: {

0 commit comments

Comments
 (0)