thread-loader

Runs the following loaders in a worker pool

MIT License

Downloads
4.8M
Stars
1.1K
Committers
23

Bot releases are hidden (Show)

thread-loader - v4.0.2 Latest Release

Published by alexander-akait over 1 year ago

4.0.2 (2023-05-22)

Bug Fixes

thread-loader - v4.0.1

Published by alexander-akait over 1 year ago

4.0.1 (2023-04-19)

Bug Fixes

thread-loader - v4.0.0

Published by alexander-akait over 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
thread-loader - v3.0.4

Published by alexander-akait over 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)
thread-loader - v3.0.3

Published by alexander-akait over 3 years ago

3.0.3 (2021-04-13)

Bug Fixes

thread-loader - v3.0.2

Published by alexander-akait over 3 years ago

3.0.2 (2021-04-12)

Bug Fixes

thread-loader - v3.0.1

Published by alexander-akait almost 4 years ago

3.0.1 (2020-10-27)

Bug Fixes

thread-loader - v3.0.0

Published by alexander-akait about 4 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)
thread-loader - v2.1.3

Published by alexander-akait about 5 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)
thread-loader - v2.1.2

Published by alexander-akait over 5 years ago

2.1.2 (2019-01-25)

Bug Fixes

  • lifecycle handling for signals
thread-loader - v2.1.1

Published by alexander-akait almost 6 years ago

2.1.1 (2018-12-21)

Performance Improvements

thread-loader - v2.1.0

Published by alexander-akait almost 6 years ago

2.1.0 (2018-12-21)

Features

  • add poolRespawn flag to speed up incremental builds (#52) (76535bf)
thread-loader - v2.0.2

Published by alexander-akait almost 6 years ago

2.0.2 (2018-12-20)

Bug Fixes

thread-loader - v2.0.1

Published by alexander-akait almost 6 years ago

2.0.1 (2018-12-19)

Bug Fixes

  • memory leaks, worker and main process lifecycles (#51) (f10fe55)
thread-loader - v2.0.0

Published by alexander-akait almost 6 years ago

2.0.0 (2018-12-18)

Bug Fixes

BREAKING CHANGE

  • drop support for node < 6.9
thread-loader -

Published by alexander-akait about 6 years ago

1.2.0 (2018-07-27)

Features

  • add target, minimize and resourceQuery into context (#25) (f3c7a2c)
thread-loader - v1.1.5

Published by michael-ciniawsky over 6 years ago

2018-02-26

Bug Fixes

  • package: add webpack >= 4 (peerDependencies) (#22) (9345756)
  • WorkerError: handle undefined error stacks (#20) (6fb5daf)
thread-loader - v1.1.4

Published by michael-ciniawsky over 6 years ago

2018-02-21

Bug Fixes

  • index: add webpack >= v4.0.0 support (#16) (5d33937)
thread-loader - v1.1.3

Published by michael-ciniawsky over 6 years ago

2018-02-07

Bug Fixes

  • WorkerPool: trace stacks to avoid duplicated err.messages from workers (#13) (80dda4f)
thread-loader - v1.1.2

Published by joshwiens about 7 years ago

2017-10-09

Bug Fixes

  • readBuffer: handle 0-byte reads (c7ca960)