You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tab pagination issue on Modules and Problems panel.
With code splitting features from webpack, I have many bundle or chunk javascript files. Many chunk files inside the Modules and Problems panel results in tab pagination. I can go to the next page by clicking the last tab, but it's not working on the first one.
Q: How to switch the page easily inside the Modules or Problems panel? Can I manually focus on specific panel and use keyword or arrow keys to do such actions?
package.json (specifically the script you are using to start the dashboard)
webpack.config.js
index.js (Your express based dev server, if applicable)
I think it's UI issues irrelevant to the above.
====================================================================
More Details
What operating system are you on? Mac OS X 10.13.2
What terminal application are you using?
Same issues on iTerm 2, Terminal and Hyper.
What version of webpack-dashboard are you using? 1.1.1
What is the output of running echo $TERM? xterm-256color
The text was updated successfully, but these errors were encountered:
xJkit
changed the title
Unable to do pagination on the tabs with much chunk files
Unable to do pagination on the tabs when many chunk files are showing
Apr 4, 2018
@xJkit We are looking into the pagination on the tabs issue and was wondering if you can give us something we can clone or on CodeSandbox so we can see the problem on our machine? Thanks in advance.
Tab pagination issue on
Modules
andProblems
panel.With code splitting features from webpack, I have many bundle or chunk javascript files. Many chunk files inside the
Modules
andProblems
panel results in tab pagination. I can go to the next page by clicking the last tab, but it's not working on the first one.Q: How to switch the page easily inside the
Modules
orProblems
panel? Can I manually focus on specific panel and use keyword or arrow keys to do such actions?====================================================================
====================================================================
Steps to reproduce the problem
webpack-dashboard
and use the code-splitting features to generate a lot of chunk files.Modules
orProblems
panel, the pagination functions fail to work.====================================================================
More Details
Mac OS X 10.13.2
Same issues on
iTerm 2
,Terminal
andHyper
.1.1.1
echo $TERM
?xterm-256color
The text was updated successfully, but these errors were encountered: