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 memory leak when using multiple webpack instances #1205

Merged
merged 5 commits into from Nov 4, 2020
Merged

Fix memory leak when using multiple webpack instances #1205

merged 5 commits into from Nov 4, 2020

Commits on Nov 2, 2020

  1. Copy the full SHA
    76a57a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Cache TS instances by webpack compiler and instance name

    Valerio Pipolo committed Nov 3, 2020
    Copy the full SHA
    7ea0ea1 View commit details
    Browse the repository at this point in the history
  2. Remove webpack instance cache

    Valerio Pipolo committed Nov 3, 2020
    Copy the full SHA
    cac25b2 View commit details
    Browse the repository at this point in the history
  3. Rename compilerMap to instanceCache and add small comment

    Valerio Pipolo committed Nov 3, 2020
    Copy the full SHA
    c7d8ce7 View commit details
    Browse the repository at this point in the history
  4. Add to changelog and bump version

    Valerio Pipolo committed Nov 3, 2020
    Copy the full SHA
    7eb34d0 View commit details
    Browse the repository at this point in the history