-
Notifications
You must be signed in to change notification settings - Fork 0
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
Storybook #95
Storybook #95
Conversation
18ad28e
to
9975feb
Compare
"concurrently": "^5.3.0", | ||
"eslint-plugin-graphql": "^4.0.0", | ||
"storybook-css-modules-preset": "^1.0.2", |
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 should be dropped if we opt for another css framework.
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.
If we go this route I'd like to see a working example with a Sass module.
"babel-loader": "^8.2.0", | ||
"babel-preset-react-app": "^10.0.0", |
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'm a bit bothered by adding these babel dependencies if we don't directly reference them. Are they necessary? This applies to @babel/core
too.
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.
Seems that babel is required for storybook.
storybookjs/storybook#7156
Co-authored-by: Jesse Hallett <jesse.hallett@originate.com>
Co-authored-by: Jesse Hallett <jesse.hallett@originate.com>
ffbcfe3
to
02449e9
Compare
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds Storybook with support for CSS modules. Definition following in my editor does not go to the css definition, but instead the module declarations. Maybe this is just a kink in my setup.