thread-loader
thread-loader copied to clipboard
Runs the following loaders in a worker pool
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...
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...
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...
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...
- 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 ...
- 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:...