[Bug] Confusing / inaccurate output when running auto-config styling
#11
Labels
bug
Something isn't working
auto-config styling
#11
Describe the bug
When running
auto-config styling
, it outputs some messages that seem to be incomplete or inaccurate.webpack.config.js
and has a fairly standard SASS setup:git diff
, I see that it did in fact make changes. It looks like it configured style-loader and css-loader, but it doesn't work for my project.After re-running a second time, I think I was confused on #2. It says "Here's a list of things.." and then presents an inline menu. But once you make your selection, the menu disappears so the final log makes it look like an empty list. I think it would be a little clearer to replace the menu with some text along the lines of "You manually selected SASS."
Steps to reproduce the behavior
webpack.config.js
configured with a SASS loader for importingscss
files.npx storybook@latest add @storybook/addon-styling-webpack
Expected behavior
It should work, or not. If it doesn't work, it shouldn't make changes or report success in output. If it does work, it shouldn't emit warnings. If it emits warnings, it should list supported packages.
Screenshots and/or logs
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: