friendly-errors-webpack-plugin
friendly-errors-webpack-plugin copied to clipboard
Blank Error with Angular 5
Friendly Error doesn't seem to give errors correctly with Angular 5. It detects the error but doesn't show the error string resulting in the following.
@Serubin can you provide a repository to reproduce ?
i have the same problem
@tiger8888 can you provide a repository to reproduce ?
@christophehurpeau Unfortunately not - this is a private repo which I cannot allow access to. I can likely reproduce it pretty easily though in a dummy repo if needed.
I had a similar problem when working with vue-cli 3 and lerna, and had to add log in FriendlyErrorsWebpackPlugin#displayErrors myself to find out what the errors really were.
Finally, I find that the cause of my problem is the same as #79. vue-cli might have caught the exception while not logging it. The same can goes for ng-cli.