Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webpack): Run builds sequentially #16

Merged
merged 6 commits into from
Jun 19, 2017
Merged

Conversation

markdalgleish
Copy link
Member

This fixes issues we've experiences with large monorepos running out of memory during the build process. We achieve this by breaking up the work, only building a single webpack config entry at a time.

@markdalgleish markdalgleish merged commit e9d58cf into master Jun 19, 2017
@markdalgleish markdalgleish deleted the run-builds-sequentially branch June 19, 2017 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants