]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/client.sh
Embed stats only when needed
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
index 5ecbff28d44a8ce0d7e07c32c7607b92797185e5..e891b217ccef72a2601a9200d2aa179ca32997a4 100755 (executable)
@@ -69,6 +69,8 @@ else
     additionalParams=""
     if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then
         additionalParams="--namedChunks=true --outputHashing=none"
+
+        # For webpack
         export ANALYZE_BUNDLE=true
     fi