DEV Community

Discussion on: How to set up Cypress code coverage with TypeScript and ts-loader

Collapse
 
chirag1212 profile image
Chirag Parihar

Christine, this was extremely useful. I was stumbling since days to figure out cypress code coverage setup for my project and this blog helped me achieve the same. One quick question though, after adding babel-loader alongside (the already existing) ts-loader, my build time have shot up expectedly. Did you also experience the same? If yes, what can be done to solve this