Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add integration with webpack-bundle-analyzer
Build as follows to build (production) bundle size stats: npx webpack -p --progress --analyze-bundle Then open the report: npx webpack-bundle-analyzer stats.json
- Loading branch information