react-workspaces / react-workspaces-playground

⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
https://react-workspaces.github.io/react-workspaces-playground/
763 stars 128 forks source link

Upgrade storybook to 6 #71

Open xcv58 opened 3 years ago

xcv58 commented 3 years ago
dangnelson commented 3 years ago

I tried this, but I'm not sure how to add SCSS support to it. The method in the current docs doesn't work within this setup.

dangnelson commented 3 years ago

I was able to get scss working by adding "@storybook/preset-scss"

xcv58 commented 3 years ago

I was able to get scss working by adding "@storybook/preset-scss"

@dangnelson This PR aims to upgrade the Storybook version only, please feel free to create a new one for SCSS support.