chore(fdroid): get rid of wasm binaries in fdroid build (#3677)
This commit is contained in:
@@ -16,3 +16,6 @@
|
||||
[submodule "apps/readest-app/.claude/skills/gstack"]
|
||||
path = apps/readest-app/.claude/skills/gstack
|
||||
url = https://github.com/garrytan/gstack.git
|
||||
[submodule "packages/qcms"]
|
||||
path = packages/qcms
|
||||
url = https://github.com/mozilla/pdf.js.qcms.git
|
||||
|
||||
@@ -38,6 +38,7 @@ const nextConfig = {
|
||||
turbopack: {
|
||||
resolveAlias: {
|
||||
nunjucks: 'nunjucks/browser/nunjucks.js',
|
||||
...(appPlatform !== 'web' ? { '@tursodatabase/database-wasm': './src/utils/stub.ts' } : {}),
|
||||
},
|
||||
},
|
||||
transpilePackages: [
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
// Empty module stub for excluding optional dependencies
|
||||
export {};
|
||||
Submodule
+1
Submodule packages/qcms added at fc23a407f1
+1
-1
Submodule packages/simplecc-wasm updated: 3e4689325f...5e5b56f5b8
Reference in New Issue
Block a user