robertknight / webpack-bundle-size-analyzer

A tool for finding out what contributes to the size of Webpack bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report is not meaningful when module has symlinked to `node_modules/.store`

ratson opened this issue · comments

I have recently switched to pnpm for faster npm install, which rely on symlink moduels under node_modules/.store.

Unfortunately, this makes webpack-bundle-size-analyzer report less useful. Hope support for this use case could be added.

npm installation performance improved significantly since this report was filed, and yarn came along as well. On that basis I'm going to close this as "solved", albeit indirectly. Please let me know if this is still a problem for you.