]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Add bootstrap analyzer and optimize build
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 8e8da7cbcab6bf55829c7781e77b056252ca6b7a..e3137df37fcfec5c01d8b41e062e075eae7ecca9 100755 (executable)
@@ -4,5 +4,5 @@ cd client || exit -1
 
 rm -rf ./dist ./compiled
 
-npm run ng build -- --prod
+npm run ng build -- --prod --stats-json
 NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js