Thread Loader Versions Save

Runs the following loaders in a worker pool

v4.0.2

11 months ago

4.0.2 (2023-05-22)

Bug Fixes

v4.0.1

1 year ago

4.0.1 (2023-04-19)

Bug Fixes

v4.0.0

1 year ago

4.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 16.10.0
  • minimum supported webpack version is 5

v3.0.4

3 years ago

3.0.4 (2021-05-10)

Bug Fixes

  • do not crash on this.addBuildDependency usage (#117) (1c7a8a2)
  • this.addMissingDependency works fine (#119) (5a0ea0c)

v3.0.3

3 years ago

3.0.3 (2021-04-13)

Bug Fixes

v3.0.2

3 years ago

3.0.2 (2021-04-12)

Bug Fixes

v3.0.1

3 years ago

3.0.1 (2020-10-27)

Bug Fixes

v3.0.0

3 years ago

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13

Bug Fixes

  • loadModule and fs are now available in a loader context (#88) (ea5c9ad)
  • getResolve is now available in a loader context (#99) (16bbc23)

v2.1.3

4 years ago

2.1.3 (2019-08-08)

Bug Fixes

  • correct default for workerParallelJobs option (#74) (79758d0)
  • do not allow empty or invalid node args when spin up child process (#73) (b02d503)

v2.1.2

5 years ago

2.1.2 (2019-01-25)

Bug Fixes

  • lifecycle handling for signals