Bill Glesias
                                            Bill Glesias
                                        
                                    @ryanthemanuel @mschile not sure if we want to make this a `feat` or a `chore` since it doesn't really have an effect on the app?
> > Hi @TheoAnastasiadis! Thank you for the contribution PR. I had some issues getting the added code in `mouse.ts` to work correctly. Were you able to run the code...
> @jennifer-shehane @mschile > > Any update on whether/when this will be addressed? @robcmills I will be looking at this issue over the next few days. Your wds upgrade is...
I created a separate issue to support wds 5 #29305 as bumping the dependency on wds from 4 to 5 in the @cypress/webpack-dev-server package is a breaking change to not...
@jennifer-shehane is the failure in CI legit in relation to the glob changes?
In this example it can be defined in the file or you can import it, like: ```js import { devServer } from '@cypress/webpack-dev-server' import webpackConfig from './my-webpack-config-location' export default {...
hi @tonilaukka. Thank you for opening an issue. are you able to provide a reproduction or see where the `process` package is inside your `node_modules`? I'm wondering if `process` did...
> Can't share our production code and could not reproduce the error on the [cypress-test-tiny](https://github.com/cypress-io/cypress-test-tiny) template. > @AtofStryker this worked as a workaround but what's causing the issue? Removed cypress...
@craighawkes it should be in the `cypress/included:13.2.0` image since we install `process` with `cypress` in [the cli](https://github.com/cypress-io/cypress/blob/v13.2.0/cli/package.json#L58). Thats why I find the issue perplexing. Are you able to share the...
@sergiomap @FrancisBourgault I would love to help if either of you are able to share a reproduction. My guess is there is something wonky with the dependency tree.