thread-loader
thread-loader copied to clipboard
Runs the following loaders in a worker pool
The documentation says the following. ``` module.exports = { module: { rules: [ { test: /\.js$/, include: path.resolve('src'), use: [ 'thread-loader', // your expensive loader (e.g babel-loader) ], }, ],...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
It's the new feature in node 12.x. Maybe it works in older version with some running arguments.
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
I put a demo here, It can repreoduce the bug https://github.com/Omelettesheep/bugDemo **My config**  **Error**  I add thread-loader to the config and the error occurs
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
**What kind of change does this PR introduce?** chore **Did you add tests for your changes?** NA **If relevant, did you update the documentation?** NA **Summary** update action **Does this...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [X] **typo fix** - [ ]...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [x] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x] **metadata...