1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00
Files
browser/.npmrc
Anders Åberg 5b2370b132 hoist
2025-12-16 09:54:24 +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
# Enable hoisting to support packages with undeclared peer dependencies
shamefully-hoist=true