Skip to content

Commit

Permalink
feat: Use SWC compiler for storybook (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Dec 18, 2023
1 parent e47bc28 commit 1040ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/vkui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const config: StorybookConfig = {
options: {
fastRefresh: true,
builder: {
useSWC: true,
fsCache: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '../src/styles/constants.css';
import '../src/styles/themes.css';
import '../src/styles/common.css';
import '../src/styles/constants.css';
import '../src/styles/dynamicTokens.css';
import '../src/styles/adaptivity.module.css';

Expand Down

0 comments on commit 1040ada

Please sign in to comment.