DEV Community

Discussion on: Use Storybook with Laravel Jetstream, Inertia and TailwindCSS

Collapse
 
winyardious profile image
Winyardious

Many thanks to you good sir! Ran into exactly the same issues myself plus an additional one that required me to define the version of Webpack I wanted to use in package.json after npx sb init stopped my Inertia app from running.

Found the solution to the second issue here (github.com/laravel-mix/laravel-mix...) if anyone else has the same problem.