thread-loader icon indicating copy to clipboard operation
thread-loader copied to clipboard

Runs the following loaders in a worker pool

Results 65 thread-loader issues
Sort by recently updated
recently updated
newest added

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.

type: Feature
priority: 5 (nice to have)
semver: Minor

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** ![image](https://user-images.githubusercontent.com/26002692/131775404-342ff0da-f2a3-4f2d-a205-7dd157023e05.png) **Error** ![image](https://user-images.githubusercontent.com/26002692/131775639-bce3c8c6-0c57-4aa4-9732-9cf078c5525c.png) 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...