Update .npmrc
This commit is contained in:
parent
50ebd52d17
commit
031c5f0c9e
|
|
@ -0,0 +1,26 @@
|
|||
# Performance optimizations for ultra-fast builds
|
||||
progress=false
|
||||
audit=false
|
||||
fund=false
|
||||
save-exact=true
|
||||
engine-strict=false
|
||||
legacy-peer-deps=true
|
||||
|
||||
# Use aggressive caching
|
||||
prefer-offline=true
|
||||
cache-min=3600
|
||||
|
||||
# Parallel installations
|
||||
fetch-retries=2
|
||||
fetch-retry-factor=2
|
||||
fetch-retry-mintimeout=10000
|
||||
fetch-retry-maxtimeout=60000
|
||||
|
||||
# Reduce logging
|
||||
loglevel=error
|
||||
|
||||
# Skip optional dependencies for faster installs
|
||||
omit=optional
|
||||
|
||||
# Use pnpm for better performance (if available)
|
||||
# package-manager=pnpm
|
||||
Loading…
Reference in New Issue