From 48866efa571987f4c806b3dcf67ea9b09e2f4fd1 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Thu, 14 Mar 2024 11:57:59 +0500 Subject: [PATCH] mobile: fix webpack config --- apps/mobile/native/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/mobile/native/webpack.config.js b/apps/mobile/native/webpack.config.js index e523acfb6..5e1ba01d6 100644 --- a/apps/mobile/native/webpack.config.js +++ b/apps/mobile/native/webpack.config.js @@ -216,6 +216,9 @@ module.exports = (env) => { /node_modules(.*[/\\])+@trpc[/\\]react-query/, /node_modules(.*[/\\])+katex/, /node_modules(.*[/\\])+@notesnook[/\\]core/, + /node_modules(.*[/\\])+whatwg-url-without-unicode/, + /node_modules(.*[/\\])+whatwg-url/, + /node_modules(.*[/\\])+react-native-url-polyfill/, ], use: { loader: "babel-loader",