Open
Description
We use Laravel Mix (Basically a wrapper around webpack) + TypeScript and use Cypress to test our code. However, we are struggling to set up code coverage for this combo.
Could you provide an example with this setup? I have noticed the ts-example and the use-webpack example, but that didn't cover our use case.