Files
cypress/packages/web-config
Bill Glesias eed699eb6d chore: update lerna to 8.1.8 from 6.6.2 (#30436)
* fix sync script with updateds npm-packlist

* chore: update lerna from 6.6.2 to 8.1.8 and ran lerna repair

* chore: pin typescript to ~5.4.5 to avoid importsNotUsedAsValues that was removed in 5.5 and edit workflows and scripts to correctly scope learna packages on v8 snapshot tests [run ci]

* fix indentation in comments

* remove console.log reference to print current package directory in sync exported npm with cli script
2024-10-22 14:46:46 -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