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

Compile prompt me: Module build failed: Thread Loader (Worker 0) Cannot read property 'outputOptions' of undefined at PoolWorker.fromErrorObj(...)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [x] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ] **metadata...

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

- Operating System: win10 - Node Version: v14.14.0 - NPM Version: 6.14.8 - webpack Version: 5.68.0 - thread-loader Version: 3.0.4 ### Expected Behavior Normal use thread-loader ### Actual Behavior ![image](https://user-images.githubusercontent.com/9338717/154421065-0ed69a62-6571-4541-967b-939808fa1ea0.png)...

- Operating System: Alpine 3.12 - Node Version: 14.16.1 - NPM Version: yarn 1.22.5 - webpack Version: 5.38.1 - thread-loader Version: 3.0.4 ### Expected Behavior The build completes. ### Actual...

awesome-typescript-loader need access loaderContext._compiler TypeError: Cannot read property 'parentCompilation' of undefined at Object.getRootCompiler (/home/czy/桌面/react-demo/node_modules/awesome-typescript-loader/src/instance.ts:67:15) at compiler (/home/czy/桌面/react-demo/node_modules/awesome-typescript-loader/src/index.ts:42:23) at Object.loader (/home/czy/桌面/react-demo/node_modules/awesome-typescript-loader/src/index.ts:16:12) at LOADER_EXECUTION (/home/czy/桌面/react-demo/node_modules/loader-runner/lib/LoaderRunner.js:119:14) at runSyncOrAsync (/home/czy/桌面/react-demo/node_modules/loader-runner/lib/LoaderRunner.js:120:4) at iterateNormalLoaders (/home/czy/桌面/react-demo/node_modules/loader-runner/lib/LoaderRunner.js:229:2) at...

the question is same as https://github.com/webpack-contrib/thread-loader/issues/56, but my version is 2.1.3, and my webpack configuration is like this: ``` ... const threadLoader = require('thread-loader'); ... const jsWorkerPool = { poolTimeout:...