diff --git a/webpack.config.js b/webpack.config.js index b312a2d6c3..79e2bfd5f7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -28,6 +28,7 @@ module.exports = async function (env, argv) { .resolve('unicode-segmenter/grapheme') .replace(/\.cjs$/, '.js'), 'react-native-gesture-handler': false, // RNGH should not be used on web, so let's cause a build error if it sneaks in + '@sentry-internal/replay': false, // not used, ~300kb of dead weight }) config.module.rules = [ ...(config.module.rules || []),