packages/runner/README.md
This is an old package, deprecated in favor of @packages/app. It has two remaining responsibilities before it can be entirely removed:
@packages/reporter and @packages/driver via webpack. Once those can be directly imported to @packages/app, we can remove this.@packages/reporter, loaded in main.scss. Ideally, reporter should import its own styles.dom.js, which uses proprietary webpack loaders and cannot easily be imported with Vite (dev server in @packages/app). Once dom.js is free of webpack-specific loader code, we should move it to @packages/app.We have the following implicit dependencies defined in package.json
The source code from these packages are bundled into dist/cypress_runner.js when this package is built. Because of this, we need to specify to Nx that any changes in the source files of the above packages need to invalidate the build cache for this package so that it gets rebuilt.