-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
No warning and error messages #50
Comments
Can this be tagged in an 0.4.3 bug fix release please? |
@samrap I apologise for the delay - I should have released a patch version right away. I was hoping to get some new features into a v0.5 release, and one of two is done :) If you're willing, you can use I'll be releasing a new version soon - just had an (non-code) emergency to deal with last night. Appreciate your patience. |
|
Awesome! Thanks for all your hard work, this plugin is great! |
Fixes #50. * No warning and error messages * Add test for warning messaging
Hello!
There are no informative messages in console about error.
For now I can see just
Error: Failed because of a stylelint error. at linterSuccess (...somePath/node_modules/stylelint-webpack-plugin/lib/run-compilation.js:28:14)
But in version 0.4.0 were detailed error messages
13:12 ✖ Unexpected whitespace before ";" declaration-block-semicolon-space-before
I think problem is in run-compilation.js:
In version 0.4.0:
if (!options.quiet) { console.log(chalk.yellow(options.formatter(lint.results))); }
But now this code is removed.
The text was updated successfully, but these errors were encountered: