enable expo experimental tree shaking

This commit is contained in:
Oleksii Bulenok
2026-08-11 13:57:38 +02:00
parent b4ff5f9e34
commit 80a159dad9
3 changed files with 27 additions and 1 deletions
+4
View File
@@ -17,6 +17,10 @@ ENV CI=1
# use the pnpm version specified in package.json
ENV pnpm_config_pm_on_fail=download
# Metro's web export needs far more heap than Node's default (~1GB in the
# container), which crashes the bundle step with a V8 OOM.
ENV NODE_OPTIONS="--max-old-space-size=8192"
# The latest git hash of the preview branch on render.com
# https://render.com/docs/docker-secrets#environment-variables-in-docker-builds
ARG RENDER_GIT_COMMIT