-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chore: upgrade storybook #1308
chore: upgrade storybook #1308
Conversation
merge of latest head changes
merging latest from base project
.storybook/webpack.config.js
Outdated
config.module.rules.push(rules.fonts()) | ||
config.module.rules.push(rules.images()) | ||
config.module.rules.push(rules.css()) | ||
config.module.rules.push(rules.less({ browsers })) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will now use the default rules, which i don't think we want...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed an update to completely override the 'rules'. They did have a rule (from the @storybook/react
package) already for the js compile, as well as some bits for handling media, but this new config more closely mirrors what you were doing before.
thanks! |
chore: upgrade storybook (jquense#1308)
🎉 This PR is included in version 0.38.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Upgrade Storybook dependencies and configuration/addon registration.