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

New: Use woker-farm to handle webpack multi compile #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 19, 2020

  1. New: Use woker-farm to handle webpack multi compile

    This improves memory footprint of compilations using package
    individually. By only extracting the properties we need from webpack
    stats/result we can clean up a lot more memory every compile. This also
    uses seperate processes to compile each function which can clean up all
    the memory related to compilations and build multiple functions at same
    time.
    NeoReyad committed May 19, 2020
    Configuration menu
    Copy the full SHA
    c06d630 View commit details
    Browse the repository at this point in the history