DEV Community

Discussion on: 🏇 A simple tip to improve angulars compilation speed

Collapse
 
t0f3rchr15 profile image
Christopher Carter

I believe you can use an .npmrc file at the project level and avoid altering your scripts altogether

node-options=--max-old-space-size={{size in MB}}
Enter fullscreen mode Exit fullscreen mode