threads-plugin icon indicating copy to clipboard operation
threads-plugin copied to clipboard

📦 Makes your threads.js code build with webpack out of the box.

Results 22 threads-plugin issues
Sort by recently updated
recently updated
newest added

I am using `webpack` v5.89.0 and trying to transpile a modified version of [the `higlass-pileup` project](https://github.com/higlass/higlass-pileup) to use newer `webpack` and `babel` resources, so that it can be processed with...

Well, pretty sure it does. I can't actually build it because everything's a little outdated. Seems to somewhat work with local modifications. related to https://github.com/andywer/threads.js/pull/458

### hi this is a question, i follow steps on [threads.js.org](https://threads.js.org/), I've been looking for an answer but i couldn't make it work, someone knows whats happening? > packgage.json ```json...

```ts parser.hooks.new.for('imported var').tap(NAME, expr => { if (expr.callee.name !== 'Worker') return false ``` Can be changed to this, because `'imported var'` is not supported. ```ts parser.hooks.new.for('Worker').tap(NAME, function (expr) { ```...

Hi, I have been having some trouble getting threads & threads-plugin to properly work with electron. I have used it before on a react web app and had no issues,...

Hello. I'm using this plugin and I have small problem. When I use it sometimes just crashes (with 1 worker it's random, it always crashes with 2). Webpack Config: [webpack.config.js](https://github.com/andywer/threads-plugin/files/5607050/webpack.config.js.txt)...

I'm hoping to get some help around using threads.js on next. I've configured next to use the plugin but I get this error: ``` > Using external babel configuration >...

bug
question

Hey there, I am using [create-react-app configuration override](https://github.com/gsoft-inc/craco) and trying to get threads-plugin to load properly. I'm not exactly sure how the following code fits into my config file. According...

Since this plugin is broken for Webpack5, please reference the workaround at https://gist.github.com/BenHeartfield/701cc91de54ca3a0da59a5a16dfb2e44 for the time being - on the site and in both relevant repos. Thanks!

Firstly, :wave: @andywer! Thank you so much for making Threads and threads-plugin. It's great. I maintain https://github.com/beekeeper-studio/beekeeper-studio which is an electron app and I'm trying to add a web worker...