Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use TsconfigPathsPlugin in cypress test config (#29327)
Cypress test config previously did not use TsConfigPathsPlugin so it relied on code being built in CI. However there is an edge case encountered in #29313. Lage will run the cypress tests of depednencies which *_can depend on depedencies not in the package.json tree_* 💣💣 ``` - react-message-bar-preview - react-button - react-tabster - react-provider (not in package.json, but used in cypress test) ```
- Loading branch information