mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-11 19:36:35 +00:00
Fix demo size_stats
This commit is contained in:
parent
54704e53b3
commit
6bb7b01d00
@ -7,5 +7,5 @@ set -e
|
|||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
STATS=1 NODE_ENV=production ../node_modules/.bin/webpack --profile --json > compilation-stats.json
|
STATS=1 NODE_ENV=production ../node_modules/.bin/webpack --profile --json > compilation-stats.json
|
||||||
npx webpack-bundle-analyzer compilation-stats.json dist
|
npx webpack-bundle-analyzer compilation-stats.json dist/frontend_latest
|
||||||
rm compilation-stats.json
|
rm compilation-stats.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user