diegodurli / flow-status-webpack-plugin

Run Flow Status on each Webpack build.
MIT License
98 stars 16 forks source link

Errors are not printed when invalid flow config #16

Open kayneb opened 8 years ago

kayneb commented 8 years ago

When you don't have a .flowconfig (which I didn't initially), all that gets printed is ERROR in. The same is the case when there is invalid configuration in that file. The actual error should get printed in this scenario.

diegodurli commented 8 years ago

Hey @kayneb!

Thanks for reporting this error. Will be taking a look at it to see what is better to fix this and make it clear as possible.

Thanks