deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

i thought i had removed this already

ayla 022f9fc4 73126b75

-27
-1
package.json
··· 252 252 "babel-plugin-module-resolver": "^5.0.2", 253 253 "babel-plugin-react-compiler": "^19.1.0-rc.1", 254 254 "babel-preset-expo": "~13.1.11", 255 - "compression-webpack-plugin": "^11.1.0", 256 255 "eslint": "^8.19.0", 257 256 "eslint-plugin-bsky-internal": "link:./eslint", 258 257 "eslint-plugin-ft-flow": "^2.0.3",
-11
webpack.config.js
··· 1 1 const createExpoWebpackConfigAsync = require('@expo/webpack-config') 2 - const CompressionPlugin = require('compression-webpack-plugin') 3 2 const {withAlias} = require('@expo/webpack-config/addons') 4 3 const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin') 5 4 const {BundleAnalyzerPlugin} = require('webpack-bundle-analyzer') ··· 35 34 // Support static CDN for chunks 36 35 config.output.publicPath = 'auto' 37 36 } 38 - 39 - config.plugins.push( 40 - new CompressionPlugin({ 41 - test: /\.js$|\.css$|\.html$|\.ts$/, 42 - filename: '[path][base].gz', 43 - algorithm: 'gzip', 44 - threshold: 1024, 45 - minRatio: 0.8, 46 - }), 47 - ) 48 37 49 38 if (GENERATE_STATS || OPEN_ANALYZER) { 50 39 config.plugins.push(
-15
yarn.lock
··· 9853 9853 dependencies: 9854 9854 mime-db ">= 1.43.0 < 2" 9855 9855 9856 - compression-webpack-plugin@^11.1.0: 9857 - version "11.1.0" 9858 - resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-11.1.0.tgz#ee340d2029cf99ccecdea9ad1410b377d15b48b3" 9859 - integrity sha512-zDOQYp10+upzLxW+VRSjEpRRwBXJdsb5lBMlRxx1g8hckIFBpe3DTI0en2w7h+beuq89576RVzfiXrkdPGrHhA== 9860 - dependencies: 9861 - schema-utils "^4.2.0" 9862 - serialize-javascript "^6.0.2" 9863 - 9864 9856 compression@^1.7.4: 9865 9857 version "1.7.4" 9866 9858 resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" ··· 18351 18343 version "6.0.1" 18352 18344 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" 18353 18345 integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== 18354 - dependencies: 18355 - randombytes "^2.1.0" 18356 - 18357 - serialize-javascript@^6.0.2: 18358 - version "6.0.2" 18359 - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" 18360 - integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== 18361 18346 dependencies: 18362 18347 randombytes "^2.1.0" 18363 18348