thread-loader
thread-loader copied to clipboard
Runs the following loaders in a worker pool
when i use both of the vue-loader and thread-loader, for some reasons, the vue-loader is not directly in ./node_modules, so i have to manually set the one of the option...
when i use `jest.run` to run my tests, thread-loader can not pass process.env.NODE_ENV to child process. i print process.env.NODE_ENV in main process and child process, such as  explicit pass...
There have been some issues related to the lack of `loaderContext` provided: https://github.com/webpack-contrib/thread-loader/issues/10 (`loadModule`) https://github.com/webpack-contrib/thread-loader/pull/25 (`target`, `minimize`, and `resourceQuery`) We have a suite of custom webpack plugins and loaders which...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
Enables threadloader to be used for less-loader This PR contains a: - [ ] **bugfix** - [X ] new **feature** - [ ] **code refactor** - [ ] **test update**...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [...
- Operating System: Arch Linux 6.4.4-arch1-1 - Node Version: 16.20.1 - NPM Version: 9.8.1 - webpack Version: 5.88.2 - thread-loader Version: 4.0.2 - libuv Version: 1.46 ### Expected Behavior Webpack...
Related to this [issue#10](https://github.com/webpack-contrib/thread-loader/issues/10#issuecomment-1574041975). - Operating System: macOS 12.5.1 - Node Version: v16.18.0 - NPM Version: 8.19.2 - webpack Version: 5.76.1 - thread-loader Version: 4.0.2 ### Expected Behavior Using with...
This PR contains a: - [x] **bugfix** - [x] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ] **metadata...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...