diff options
Diffstat (limited to 'scripts/build/client.sh')
-rwxr-xr-x | scripts/build/client.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
69 | additionalParams="" | 69 | additionalParams="" |
70 | if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then | 70 | if [ ! -z ${1+x} ] && [ "$1" == "--analyze-bundle" ]; then |
71 | additionalParams="--namedChunks=true --outputHashing=none" | 71 | additionalParams="--namedChunks=true --outputHashing=none" |
72 | |||
73 | # For webpack | ||
72 | export ANALYZE_BUNDLE=true | 74 | export ANALYZE_BUNDLE=true |
73 | fi | 75 | fi |
74 | 76 | ||