lukeed / lukeed/webpack-messages
Disable auto-reloading of the terminal
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 247
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Hello, this package is really useful for me but I've found that the terminal (ZSH) does a clear screen when webpack compiles and outputs the messages.
Is there a setting that doesn't clear the terminal output so that the log messages just get appended to the terminal?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the package formats and emits Webpack messages to the ZSH terminal, focusing on where the screen is cleared during compilation. Confirm whether configuration options already reach that output path. Done means terminal output is preserved and new log messages are appended without clearing previous messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100