dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Errors thrown from BTR should include the path that they were encountered #277

Closed agubler closed 4 years ago

agubler commented 4 years ago

Enhancement

When errors are encountered during BTR they are captured and reported in the build output. Unfortunately it does not give any indication of the path that the error was encountered on. We should decorate the error with details of the path being executed.