Relative Content

Tag Archive for next.jsstorybooknextjs14turbopack

storybook can’t compile my asset and tailwind in nextjs

i use version 8 of storybook and tailwind version 3 and also in nextjs 14.
i followup here for configuration storybook and import my globals.css in .storybook/preview.ts
when i run storybook it can’t compile tailwind. and return and error like this:
enter image description here

storybook can’t compile my asset and tailwind in nextjsV14

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.