1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 00:33:33 +00:00
Files
browser/.npmrc
2025-12-16 09:54:15 +01:00

8 lines
296 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
# Hoist dependencies for compatibility with electron-builder and phantom dependencies
shamefully-hoist=true