diff --git a/storybook/main.ts b/storybook/main.ts index a322c397ed63b8..4528f1e81f95e7 100644 --- a/storybook/main.ts +++ b/storybook/main.ts @@ -127,7 +127,7 @@ const config: StorybookConfig = { plugins: [ dsTokenFallbacksJs(), react( { - jsxImportSource: getAbsolutePath( '@emotion/react' ), + jsxImportSource: '@emotion/react', babel: { plugins: [ getAbsolutePath( '@emotion/babel-plugin' ) ], },