mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-21 23:59:33 -05:00
8b8230b291
* breaking: remove webpack built-ins shimmed in from webpack 4 to 5 upgrade as they should no longer be needed for most users * Update npm/webpack-batteries-included-preprocessor/README.md Co-authored-by: Jennifer Shehane <jennifer@cypress.io> * Update cli/CHANGELOG.md Co-authored-by: Jennifer Shehane <jennifer@cypress.io> --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Web Config
Internal package to standardize this repo's web-related configuration
includes:
- a base webpack config that we share and build upon between many projects
- utilities for setting up nodejs unit testing in a mocked web environment.
- anything else that keeps web-related configuration common to multiple packages in-sync and DRY.
Installing
N/A - handled by the top level yarn install
Developing & Testing
N/A