Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install instructions #209

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update install instructions
the yarn script installs the latest versions of those libraries which are no longer compatible with webpack 4 which is what storybook runs on.
  • Loading branch information
MrJadaml authored Aug 15, 2021
commit 8e181d4708094699e023f9239f28bd903523eec2
2 changes: 1 addition & 1 deletion packages/preset-scss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ One-line SCSS configuration for storybook.
## Basic usage

```
yarn add -D @storybook/preset-scss css-loader sass sass-loader style-loader
yarn add -D @storybook/preset-scss css-loader@5.2.6 sass sass-loader@10.1.1 style-loader@2.0.0
```

Then add the following to `.storybook/main.js`:
Expand Down