mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
Exclude @nx packages from electron-builder bundle
The @nx packages contain native .node binaries that cause universal macOS builds to fail. These are build tools that should not be included in the production bundle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"**/*",
|
||||
"!**/node_modules/@bitwarden/desktop-napi/**/*",
|
||||
"**/node_modules/@bitwarden/desktop-napi/index.js",
|
||||
"**/node_modules/@bitwarden/desktop-napi/desktop_napi.${platform}-${arch}*.node"
|
||||
"**/node_modules/@bitwarden/desktop-napi/desktop_napi.${platform}-${arch}*.node",
|
||||
"!**/node_modules/@nx/**/*"
|
||||
],
|
||||
"electronVersion": "37.7.0",
|
||||
"generateUpdatesFilesForAllChannels": true,
|
||||
|
||||
Reference in New Issue
Block a user