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",