1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Exclude esprima and drop js-yaml from lovelace chunk (#5649)

This commit is contained in:
Bram Kragten
2020-04-30 20:39:36 +02:00
committed by GitHub
parent 2abfd0392d
commit f3e88f6f2e
9 changed files with 78 additions and 48 deletions

View File

@@ -6,6 +6,6 @@ set -e
cd "$(dirname "$0")/.."
STATS=1 NODE_ENV=production 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 hass_frontend/frontend_latest
rm compilation-stats.json