Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 21, 2024
1 parent 3aa69ce commit e2a9136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-devtools-ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function getAbsolutePath(value: string): any {
const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
getAbsolutePath('@storybook/addon-webpack5-compiler-swc'),
'./swc-preset.mjs',
getAbsolutePath('@storybook/addon-onboarding'),
getAbsolutePath('@storybook/addon-links'),
{
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-ui/.storybook/swc-preset.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@storybook/addon-webpack5-compiler-swc/preset.js';

0 comments on commit e2a9136

Please sign in to comment.