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

Feature: Optional webpack-bundle-analyzer integration #51

Open
ntucker opened this issue Feb 4, 2021 · 1 comment
Open

Feature: Optional webpack-bundle-analyzer integration #51

ntucker opened this issue Feb 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ntucker
Copy link

ntucker commented Feb 4, 2021

https://www.npmjs.com/package/webpack-bundle-analyzer is a cool project that gives more details about assets produced.

One of the coolest things is that there is a visualization. It would be cool if this could integrate into this if needed to provide additional details.

@developit developit added the enhancement New feature or request label Jun 21, 2021
@developit
Copy link
Member

This would certainly be neat! It's a bit tricky to think how webpack-bundle-analyzer itself could be used, since this action has no knowledge of what build system is being used. Perhaps something like source-map-explorer or bundle-buddy would work though? They provides similar visualizations and are not specific to a build tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants