David ARHUIS
David ARHUIS
That point makes me crazy too. @andrewplummer, I tried with v2.0.4 in the prettier playground and the result is still the same :( Are you sure it's fixed ? ```javascript...
Since this feature is IMHO a very basic need, I don't understand how we can use Turborepo dev mode when some packages relies on others. Did someone found any workaround...
Ow ! I didn't understand the same thing as you. I thought that Turborepo was "waiting" for jobs to end to start the dependents one. Since `dev` is a non...
According to [documentation](https://developer.chrome.com/docs/extensions/mv3/migrating_to_service_workers/) `service-worker` do not have access to DOM. In [https://github.com/rubenspgcavalcante/webpack-extension-reloader/blob/master/src/middleware/wer-middleware.raw.ts](https://github.com/rubenspgcavalcante/webpack-extension-reloader/blob/master/src/middleware/wer-middleware.raw.ts) line 135, undefined `window` object is used and generate the following error on service-worker start : `service-worker.js:1654 ReferenceError:...