diff options
author | Hailey <me@haileyok.com> | 2024-04-03 19:31:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 19:31:29 -0700 |
commit | b1bd7ab6e3bd9226383b6eb979857564775435ad (patch) | |
tree | 89d06d4e6293a2255237283ff395eb95ae118191 /package.json | |
parent | 9d9c9095eee865551531911a983f06de5fe4bab0 (diff) | |
download | voidsky-b1bd7ab6e3bd9226383b6eb979857564775435ad.tar.zst |
Add webpack analyzer, PR comments for webpack bundle size (#3383)
try that again 9 try that again 8 try that again 7 try that again 6 try that again 5 try that again 4 try that again 3 try that again 2 try that again merge base 3 merge base 2 merge base use latest main commit rather than tag webpack diff analyzer use cache v4 use cache again... blegh blegh try cache again cache try again one more adjutment adjust okay again maybe maybe now? maybe now oops again oops add diff comments add open analyzer script add webpack analyzer
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index efd48030a..475969268 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,10 @@ "intl:compile": "lingui compile", "nuke": "rm -rf ./node_modules && rm -rf ./ios && rm -rf ./android", "update-extensions": "bash scripts/updateExtensions.sh", - "export": "npx expo export" + "export": "npx expo export", + "make-deploy-bundle": "bash scripts/bundleUpdate.sh", + "generate-webpack-stats-file": "EXPO_PUBLIC_GENERATE_STATS=1 yarn build-web", + "open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 yarn build-web" }, "dependencies": { "@atproto/api": "^0.12.2", @@ -257,6 +260,7 @@ "typescript": "^5.3.3", "url-loader": "^4.1.1", "webpack": "^5.75.0", + "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" }, |