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

Print distinct end line to support better output error parsing in watch mode #192

Closed
webpack-bot opened this issue Nov 23, 2017 · 0 comments · Fixed by #340
Closed

Print distinct end line to support better output error parsing in watch mode #192

webpack-bot opened this issue Nov 23, 2017 · 0 comments · Fixed by #340

Comments

@webpack-bot
Copy link

Do you want to request a feature or report a bug?

A feature.

What is the current behavior?

The output consists of various information regarding the included bundles, time taken, etc., followed by warnings and errors if there are any, but nothing follows that, indicating that the compilation is fully completed.

If the current behavior is a bug, please provide the steps to reproduce.

-

What is the expected behavior?

Print something unique like --- Compilation completed. --- so the output of one cycle can be found between the Hash: XXXXX and that line. Optionally a similar line could be added before each compilation (e.g. --- Starting compilation. ---).

If this is a feature request, what is motivation or use case for changing the behavior?

Support editors and development tools in aggregating and highlighting issues in code.

Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.

-


This issue was moved from webpack/webpack#6002 by @sokra. Orginal issue was by @brunnerh.

This sounds like a useful opt-in feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants