In Next.js version 14, we have transitioned to using Turbopack instead of Webpack and Vite. After installing Storybook and adding a Tailwind CSS file to preview.ts, I noticed that Tailwind classes and also are not being compiled when using the @apply directive.
How can I configure Storybook with Turbopack to properly compile Tailwind CSS classes, including those using the @apply directive?
i use typescript, next.js V14 and tialwind
I prefer not to add builders like webpack, vite to the project. Is there a way?