-
Notifications
You must be signed in to change notification settings - Fork 96
Upcoming release - 3.x #77
Comments
Excited to hear this. Waited long time for this. Which branch has the code ? |
@gs-akhan i updated issue. Keep in mind it may change a lot. |
Sure, Looking for contributions ? I can assist. Thanks |
Any plans to support webpack 4 in this release? I found out that there's no way to set the mode option. |
@MrStarktastic ultimately we will move to webpack 4 at some point so yes this is going to work with webpack 4 as well. Currently you can actually use it with webpack 4 if you set mode through config. Not sure if CLI works yet. |
@gbhasha you are using old Node version. |
@efegurkan I see that you are dropping support for webpack watch. Is there another process you guys are using instead like webpack-dev-server/middleware? |
Hi @justinhp , we've setup our build to only build one of our targets in development mode and are using |
@pago Thanks for the info! Yeah, we use the |
Is there any activity on this? Is there anything that I can help with testing in order to get this out of alpha? |
@monkpit currently we are updating our webpack to v4 this will probably be finished after that. |
Wondering whether there is a chance to support multiple |
@efegurkan Any updates on this? |
@efegurkan Wondering about webpack 4 as well. Any updates? |
I don't work on this project anymore since a while. Sorry if I caused any trouble. On the other hand trivago people known for being friendly and open for the PR's etc. If someone wants to take over maybe it would be great :) Sorry if I caused troubles |
Hey everyone,
We are in process of rewriting the workers with
jest-worker
in favor of simplifying the code base and getting rid of the zombie leftover process issues.You can try and give feedback on our latest alpha release
currently: 3.0.0-alpha.2
. Keep in mind it is still in progress a lot of things are not working as expected.We will drop support for some features initially. Either because of we don't have any internal usages left for it or some features that were coming from
node-worker-farm
does not exist onjest-worker
. Some of them we may re-introduce in time. If you are relying on that features you can still use 2.x versions. PR's and feedback are very much appreciated as always.Cheers,
Branch
The text was updated successfully, but these errors were encountered: