Closed
Description
Current behavior
Need some way to support webpack configurations designs for specific environments.
- CRA module mapper problems. CRA does not let you transpile TS outside of
src
. - Next.js SCSS problem
- [CRA Fork Plugin problems](https://github.com/cypress-io/cypress/issues/16169](https://github.com/cypress-io/cypress/issues/16169)
- Likely Angular will have similar problems
The common issue is those webpack configs are expected to be used in some specific scenario, and Cypress does not match those conditions. We need some kind of general solution for this.
Desired behavior
It "just works". Under the hood can be ugly, as long as the user experience is smooth.
Test code to reproduce
See above issues.