Files
cypress/packages/web-config
renovate[bot] 10d2a04b79 chore(deps): update dependency autoprefixer to v10.4.20 (#31117)
* chore(deps): update dependency autoprefixer to v10.4.20

* empty commit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2025-02-18 13:36:17 -05:00
..
2021-10-13 23:51:38 +00:00

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