DEV Community

Discussion on: What software development tools (libraries/frameworks/apps/whatever) make you feel most anxious while you're working with them?

Collapse
 
jrop profile image
Jonathan Apodaca

Any one of these in isolation makes me relaxed, but all in tandem I feel nervous modifying the pipeline:

TypeScript files => (check with tsc) => transform with Babel => WebPack (with assorted loaders).

Add to the fact that the end result has to work in IE11/Safari and I feel reluctant to make changes.