This commit is contained in:
Nathan Bierema 2024-12-21 11:44:12 -05:00
parent 3aa69ce1ef
commit e2a9136e7d
2 changed files with 2 additions and 1 deletions

View File

@ -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'),
{

View File

@ -0,0 +1 @@
export * from '@storybook/addon-webpack5-compiler-swc/preset.js';