Files
cypress/packages/web-config
Bill Glesias f1454dd0d1 chore: upgrade webpack dependencies to latest v4 compatible (#27396)
* chore: upgrade webpack dependencies to latest sub 5 compat [run ci]

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: build binaries [run ci]

* chore: update snapshot for darwin

* chore: downgrade tsconfig-paths-webpack-loader from v4 to v3 [run ci]

* [run ci]

* chore: add rimraf in @packages/runner to use in prebuild command to clear out dist directory to get windows compat [run ci]

* don't pass -rf flags into rimraf as it is inherit with the command

---------

Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2023-07-31 14:19:11 -04: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