mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
setup: only disable esbuild rebuild on mobile
This commit is contained in:
@@ -45,8 +45,8 @@ const IGNORED_NATIVE_PACKAGES = [
|
||||
"canvas",
|
||||
// optional dependency only used on Node.js platform
|
||||
"@azure/msal-node-runtime",
|
||||
// temporary
|
||||
"esbuild"
|
||||
// not needed on mobile
|
||||
...(args.scope === "mobile" ? ["esbuild"] : [])
|
||||
];
|
||||
|
||||
if (args.scope && !scopes[args.scope])
|
||||
|
||||
Reference in New Issue
Block a user