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

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

I couldn't make thread-loader open an entry file from memory system as it yielding the following error: `ENOENT: no such file or directory, open`. I assume it has to do...

- relates with #61 **Description** This PR attempts to discuss way to utilize `worker_threads` in node.js as runner for thread-loader execution. - Allow opt-in worker-thread pool `thread-loader` option exposes `useThreadPool`...

- Operating System: macOS 11.4 - Node Version: v16.3.0 - NPM Version: 7.15.1 - webpack Version: 4.46.0 / 5.45.1 - thread-loader Version: 3.0.4 ### Expected Behavior `this.mode` in a loader...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Original Issue at: https://github.com/vuejs/vue-cli/issues/3192 ### Vue Cli Version 3.2.1 ### Environment info ``` Environment Info: System: OS: Windows 10 CPU: (8) x64 Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz Binaries: Node:...

Stumbled on it by noticing that my regex's were failing, but raises a larger issue: There are plenty of non-JSON values used in loader options that currently break when using...

- Operating System: Windows 10 - Node Version: 12.13 - NPM Version: yarn 1.12.3 - webpack Version: 4.44.2 - thread-loader Version: 3.0.0 ### Expected Behavior No errors. ### Actual Behavior...

- Operating System: Windows 10 - Node Version: v14.9.0 - NPM Version: 6.14.8 - webpack Version: 4.44.1 - postcss-loader Version: 4.0.0 ### Expected Behavior I have `postcss.config.js` file in the...

The emitWarning method should retain an attribute that is a reference to the native WARNING, just like WEBPACK thread-loader [link](https://github.com/webpack-contrib/thread-loader/blob/master/src/worker.js#L132) ```js // ... emitWarning: (warning) => { writeJson({ type: 'emitWarning',...