Webpack-bundle-analyzer: Tile texts are way too big on Brave

Created on 25 Sep 2019  路  14Comments  路  Source: webpack-contrib/webpack-bundle-analyzer

Issue description

When opening the treemap on Brave, here's what I get:
image

While on Chrome, everything's fine:
image

This is really weird as Brave is a Chromium based browser. 馃 I've also tried opening in "Private" mode to ensure it was not due to an extension...

Technical info

  • Webpack Bundle Analyzer version: 3.5.1
  • Webpack version: 4.29.6
  • Node.js version: 10.15
  • npm/yarn version: yarn 1.16
  • OS: MacOS 10.14.6
  • Browser: Brave Version 0.68.138 Chromium: 77.0.3865.75

Debug info

I use the webpack plugin without any option.

Most helpful comment

Also using Brave.
Just wanted to note that if I go to http://localhost:8888/ instead of http://127.0.0.1:8888/ the issue seems to go away. Once I added the -h localhost host option, the tool worked as expected.

All 14 comments

I think you should send a bug report to the Brave team as this treemap works fine in all major browsers.

https://github.com/brave/brave-browser/issues

Do any of these FoamTree demos perhaps look strange in Brave? https://get.carrotsearch.com/foamtree/latest/demos/

@valscion surprisingly, all demos are fine! 馃

I wonder if we are running on an older version of FoamTree, then? Might be worth checking that possibility out

Indeed, webpack-bundle-analyzer is using version 3.4.5 while the latest is 3.4.9.

Can you try figuring out a way to update foamtree? I don't remember how to do it 馃槄

Just copy-paste it into the repo 馃槈

OK I'll try it and open a PR if it works 馃檪

I've just tried using the latest version (taken from the demo) and I still have the same issue.

Ach, then there's nothing we can do, sorry.

I understand, thank you for the answers 馃檪

@ValentinH I would suggest opening an issue in the Brave repo.

Also using Brave.
Just wanted to note that if I go to http://localhost:8888/ instead of http://127.0.0.1:8888/ the issue seems to go away. Once I added the -h localhost host option, the tool worked as expected.

Thanks @tegdtna, that worked for me. Such a strange issue and mysterious fix.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Chris2011 picture Chris2011  路  4Comments

zverexe picture zverexe  路  5Comments

Couto picture Couto  路  6Comments

vytautas-pranskunas- picture vytautas-pranskunas-  路  8Comments

zbuhler picture zbuhler  路  5Comments