Hi I am having an issue with cypress/webpack-prepr...
# help
s
Hi I am having an issue with cypress/webpack-preprocessor and logging my webpack stats using
DEBUG=cypress:webpack:stats
. I am running this example repo (https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor/examples/use-babelrc). If I upgrade to webpack@5 in that repo I no longer see stats logged in the console.
1. clone cypress repo 2. cd into npm/webpack-preprocessor/ 3. npm i --save-dev webpack@5 4. cd examples/use-babelrc 5. run
DEBUG=cypress:webpack:stats npm run cy:open