We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a big issue in plugin error handling.
Common user case:
postcss-svg
svg
If path will be wrong, postcss-svg will not say anything. And user will not even know does this plugin works or not.
Of course, plugin must raise a error on unknow file. What is a user case to hide this errors?
The text was updated successfully, but these errors were encountered:
fix(plugin): issues
9a6bdbf
#7 #8 #10
No branches or pull requests
There is a big issue in plugin error handling.
Common user case:
postcss-svg
.svg
.If path will be wrong, postcss-svg will not say anything. And user will not even know does this plugin works or not.
Of course, plugin must raise a error on unknow file. What is a user case to hide this errors?
The text was updated successfully, but these errors were encountered: