mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: add patches
This commit is contained in:
committed by
Abdullah Atta
parent
5e8c9e4afa
commit
7f0eb0f293
@@ -32,6 +32,11 @@ mergedConfig.resolver = {
|
||||
|
||||
},
|
||||
resolveRequest: (context, moduleName, platform) => {
|
||||
if (moduleName === "node:crypto") {
|
||||
return {
|
||||
type: 'empty'
|
||||
}
|
||||
}
|
||||
if (moduleName ==='react') {
|
||||
// Resolve react package from mobile app's node_modules folder always.
|
||||
return {
|
||||
|
||||
8944
apps/mobile/patches/kysely+0.26.3.patch
Normal file
8944
apps/mobile/patches/kysely+0.26.3.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user