-
Fixed: Fix broken Node API
main
field in package.json should point to babelified script -
Fixed: Correctly pass key/anchor to config error messages
- Styleguidist should show an error message with a link to configuration docs, to a particular config option if possible.
- Actual error text should be part of the
message
and not passed as a separte field, otherwise the consumer will have to do extra work to show it. - Remove
anchor
field on StyleguidistError class.