electron-userland / electron-userland/electron-webpack
Dev server log output uses up too much space
Open
- Dominant language
- TypeScript
- Stars
- 902
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
The output appears to be generated here: https://github.com/electron-userland/electron-webpack/blob/master/packages/electron-webpack/src/dev/devUtil.ts#L54. This generates about 4 lines of output for every log entry, and each log entry is often just one line. As such the output takes up a lot of screen real estate. For debugging, I often have a lot of output generated, and it becomes hard to read with the excess.
It would be nice if this could be made more compact, or for there to be an option to make it more compact.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.