Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💅 Polish webpack message output #5174

Merged
merged 26 commits into from
Sep 30, 2018
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More debug
  • Loading branch information
Timer committed Sep 30, 2018
commit 4e6f66a97c6e35c408872ed74cb4ecaa980fbcdc
1 change: 1 addition & 0 deletions packages/react-dev-utils/ModuleNotFoundPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class ModuleNotFoundPlugin {
}
} else {
console.log('UNKNOWN REQUEST: ' + JSON.stringify(details));
console.log(err, file);
details = [err.message];
}
err.message = [file, ...details].join('\n').replace('Error: ', '');
Expand Down