Update .npmrc
This commit is contained in:
parent
ac31358407
commit
5874776dc8
|
|
@ -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