1
0
Fork 0

Analyze embed too with bundlewatch

This commit is contained in:
Chocobozzz 2020-08-06 10:26:39 +02:00 committed by Chocobozzz
parent 5c145fe7ab
commit a3b5e78af3
6 changed files with 27 additions and 10 deletions

View file

@ -4,4 +4,5 @@ set -eu
cd client
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/embed-stats.json"
mkdir -p ./dist/standalone/videos/
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production --json > "./dist/standalone/videos/embed-stats.json"