From ad448b567ba3a4553be19fd7ccd5d64e94d2a72e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 16 Mar 2024 10:35:21 +0500 Subject: [PATCH] mobile: fix webpack config --- apps/mobile/native/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/native/webpack.config.js b/apps/mobile/native/webpack.config.js index 5e1ba01d6..f71ff1dd7 100644 --- a/apps/mobile/native/webpack.config.js +++ b/apps/mobile/native/webpack.config.js @@ -219,6 +219,7 @@ module.exports = (env) => { /node_modules(.*[/\\])+whatwg-url-without-unicode/, /node_modules(.*[/\\])+whatwg-url/, /node_modules(.*[/\\])+react-native-url-polyfill/, + /node_modules(.*[/\\])+diffblazer/, ], use: { loader: "babel-loader",