Closed ai closed 9 years ago
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?
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?