Skip to content

Instantly share code, notes, and snippets.

@jaredreich
Created April 9, 2018 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredreich/6a88cb79bc0291da3f20d42e8d0af10d to your computer and use it in GitHub Desktop.
Save jaredreich/6a88cb79bc0291da3f20d42e8d0af10d to your computer and use it in GitHub Desktop.
Run webpack with more memory space
node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment