Seedy
Seedy
This feature is taking quite some time to get designed. Any news?
Trying to upgrade storybook on our repo (https://github.com/traefik/faency), which is publicly accessible here: https://traefik.github.io/faency/ I notice the following: - There's a specific css class (probably coming from emotion) applying styles...
Hey folks, I found a workaround to go forward on the subject :rocket: I'm still struggling with the dry run output, though. I still don't know how to output it...
I need `worker-loader` with minimum version `3.0.0` for another worker-dependent library. Having 2 different versions of `worker-loader` in my dependencies breaks my app.
@aelgasser I use this workaround until your PR gets merged. I hope it might help! My need is to instanciate a worker for a heavy computation, then terminate it. ```...
@aelgasser Sorry for the delayed answer... In my code extract, I use the global `close` method available inside a worker context. ``` // eslint-disable-next-line no-restricted-globals export function terminate() { close();...
``` "engines": { "npm": "please-use-yarn", "yarn": ">= 1.17.3", "node": ">= 12.5.0" } ``` Works like a charm for my project, deploying only on netlify and vercel 😎
I have an error similar to @piotrpalek , breaking HMR. Disabling the checker plugin solves it. ``` node:events:495 throw er; // Unhandled 'error' event ^ Error: Worker terminated due to...
@ryanaker This feature looks pretty similar to the [Thumbnails example](https://keen-slider.io/examples#thumbnails). WDYT?