X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fbuild%2Fclient.sh;h=e891b217ccef72a2601a9200d2aa179ca32997a4;hb=36e5e1d7a68aeb59e2cf17691c922213b606b249;hp=5ecbff28d44a8ce0d7e07c32c7607b92797185e5;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/build/client.sh b/scripts/build/client.sh index 5ecbff28d..e891b217c 100755 --- a/scripts/build/client.sh +++ b/scripts/build/client.sh @@ -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