Bluesky app fork with some witchin' additions 💫

Get rid of Sentry Replay from web bundle (#9534)

authored by samuel.fm and committed by

GitHub adc079e0 74330500

+1
+1
webpack.config.js
··· 28 .resolve('unicode-segmenter/grapheme') 29 .replace(/\.cjs$/, '.js'), 30 'react-native-gesture-handler': false, // RNGH should not be used on web, so let's cause a build error if it sneaks in 31 }) 32 config.module.rules = [ 33 ...(config.module.rules || []),
··· 28 .resolve('unicode-segmenter/grapheme') 29 .replace(/\.cjs$/, '.js'), 30 'react-native-gesture-handler': false, // RNGH should not be used on web, so let's cause a build error if it sneaks in 31 + '@sentry-internal/replay': false, // not used, ~300kb of dead weight 32 }) 33 config.module.rules = [ 34 ...(config.module.rules || []),