Skip to content

Commit

Permalink
Merge pull request #221 from ixartz/storybook-swc
Browse files Browse the repository at this point in the history
feat: enable SWC compiler in Storybook
  • Loading branch information
ixartz authored Jan 3, 2024
2 parents b5bd641 + 5b4c61e commit 2ffa9dd
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: StorybookConfig = {
],
framework: {
name: '@storybook/nextjs',
options: {},
options: { builder: { useSWC: true } },
},
docs: {
autodocs: 'tag',
Expand Down
Loading

0 comments on commit 2ffa9dd

Please sign in to comment.