hundreds-afternoon-62395
07/14/2022, 11:42 AMexport default defineConfig({
component: {
devServer(cypressConfig) {
return devServer({
...cypressConfig,
framework: "react",
webpackConfig,
});
}
},
});
anyone else can confirm this? (I've found the example on how to do it over here: https://github.com/cypress-io/cypress/blob/b925dce224932137104f60fa7adf807fd90f848f/system-tests/project-fixtures/react/cypress-webpack-dev-server-function.config.ts)