bundle size analyzer

This commit is contained in:
Oleksii Bulenok
2026-08-12 18:56:36 +02:00
parent badac2ddf5
commit 8d0987e7ac
4 changed files with 211 additions and 33 deletions
+3 -2
View File
@@ -94,8 +94,8 @@
"export": "expo export --dump-sourcemap && pnpm upload-native-sourcemaps",
"upload-native-sourcemaps": "pnpm exec sentry-expo-upload-sourcemaps dist",
"make-deploy-bundle": "bash scripts/bundleUpdate.sh",
"generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 pnpm build-web",
"open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 pnpm build-web",
"generate-web-stats": "EXPO_ATLAS=1 pnpm build-web",
"open-analyzer": "npx expo-atlas .expo/atlas.jsonl",
"icons:optimize": "svgo -f ./assets/icons",
"prettier": "prettier --check ."
},
@@ -170,6 +170,7 @@
"expo-age-range": "57.0.2",
"expo-application": "~57.0.2",
"expo-asset": "~57.0.7",
"expo-atlas": "^0.4.3",
"expo-blur": "~57.0.2",
"expo-build-properties": "~57.0.7",
"expo-camera": "~57.0.3",