>>> npx webpack --profile --json --entry ./resources/js/app.js --output-path ./public/js/app.js > stats.json
>>> npx webpack-bundle-analyzer ./stats.json -h 0.0.0.0
webpack --profile --json > stats.json
webpack --profile --json | Out-file 'stats.json' -Encoding OEM
webpack-bundle-analyzer bundle/output/path/stats.json