1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 00:33:33 +00:00
Files
browser/.npmrc
Anders Åberg be8804d60a Use node-linker=hoisted for electron-builder compatibility
Replace shamefully-hoist with node-linker=hoisted to create a flat
node_modules structure. Maybe fixes electron-builder's code signing
which couldn't find @electron/osx-sign through pnpm's symlinked structure?
2025-12-16 12:23:02 +01:00

8 lines
282 B
Plaintext

save-exact=true
# Increase available heap size to avoid running out of memory when compiling.
# This applies to all npm scripts in this repository.
node-options=--max-old-space-size=8192
# Use flat node_modules structure for compatibility with electron-builder
node-linker=hoisted