Skip to content

Commit

Permalink
chore(docs): remove local webpack alias
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 23, 2023
1 parent a3e178d commit c5034e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apps/docs/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const config: StorybookConfig = {
'@/utils': path.resolve(__dirname, '../src/utils'),
'@/types': path.resolve(__dirname, '../src/types'),
'@kadena-ui/react-components': path.resolve(__dirname, '../../../libs/react-components'),
'@kadena-ui/react-ui': path.resolve(__dirname, '../../../libs/react-ui'),
};

config.resolve.fallback = {
Expand Down

0 comments on commit c5034e2

Please sign in to comment.