cypress-esbuild-preprocessor
Uses https://github.com/evanw/esbuild to bundle your specs. Around 50x faster than a webpack + babel/typescript based preprocessor.
Usage
Install via
npm install -D esbuild cypress-esbuild-preprocessor
Use in your cypress/plugins/index.js
const cypressEsbuildPreprocessor = ;const path = ; module { ;};