Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Apr 28, 2024
1 parent 57345f9 commit c106a42
Show file tree
Hide file tree
Showing 3 changed files with 2,056 additions and 1,945 deletions.
7 changes: 7 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ export default process.env.STORYBOOK_VUE
name: "@storybook/react-vite",
options: {},
},
viteFinal: async (config) => {
const { default: react } = await import("@vitejs/plugin-react");

return mergeConfig(config, {
plugins: [react()],
});
},
...(process.env.STORYBOOK_DEPLOY && {
refs: {
vue: {
Expand Down
Loading

0 comments on commit c106a42

Please sign in to comment.