18 - Deploying An Nx Monorepo
nx build --prod customer-portalnpm install --save-dev webpack-bundle-analyzer"bundle-report-customer-portal": "webpack-bundle-analyzer dist/apps/customer-portal/stats.json"nx build --prod customer-portal --stats-jsonnpm run bundle-report-customer-portalnx dep-graphLast updated