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

Modules with Long Names break formatting #108

Open
mjrussell opened this issue Aug 26, 2016 · 3 comments
Open

Modules with Long Names break formatting #108

mjrussell opened this issue Aug 26, 2016 · 3 comments

Comments

@mjrussell
Copy link

Please provide a description of the bug / issue, and provide the details below:

Long module names throw off module list formatting. If you expand out the width of the terminal to the longest name, everything goes back to normal. Unfortunately this only happens for me at about 1500 pixels.

I'd suggest a truncation strategy such as ... or something if the name gets too long.

If the issue is visual, please provide screenshots here

image

Steps to reproduce the problem

Include a module with a long name. I think Webpack Dedupe is the culprit here, it creates modules that appear to be links to other modules such as fpjs/lib/containsNode.js|/<pathToSourceFolder>

More Details
  • What operating system are you on?

OSX 10.11

  • What terminal application are you using?

Terminal App

  • What version of webpack-dashboard are you using?

0.1.8

  • What is the output of running echo $TERM?

xterm-256color

@abhijeetNmishra
Copy link

formatting keeps breaking. Need to resize the terminal to make it look pretty agin 🍶

@kenwheeler
Copy link
Contributor

The question is, what should the max be?

@mjrussell
Copy link
Author

Thats a good question...could be a config option? The best case scenario would be a percentage of the width of the terminal window, but Im not sure you have access to that number.

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

No branches or pull requests

3 participants