-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Custom webpack Configurations: postcss #48
Comments
Good timing. Started a discussion here: #46 (comment) We can do this soon. |
Now you can add custom webpack config as shown above. |
After upgrading to latest version this works nicely! Thanks! |
Although you have to use array syntax for loaders, piping doesn't work |
Great. Hope we can close this now. |
Yep close away! |
Fix boolean logic related to showing delete button
Fix formatting issue on cli-options page
has this not been fixed ? |
If you are experiencing something that looks like this issue again, please open a new issue.. Any info in this issue will be related to webpack 1 and is stale / incorrect now. 👍 |
…odal Add previous button to write stories modal
Add step to play context and `runStep` to project annotations
Hi there,
Have been playing around with storybook & I like it, but having trouble with the Custom webpack Configurations. I am trying to use postcss-loader with autoprefixer, and having no luck. Does storybook support this? I read in the docs it says the following:
"Usually, there are a lot of things we can do with webpack, but React Storybook allows you to add only custom loaders and plugins."
I am guessing this is why, but just checking incase this is an issue with my setup?
See code for /.storybook/webpack.config.js below
The text was updated successfully, but these errors were encountered: