DEV Community

Discussion on: What is a mono-repository and why you should try Lerna

Collapse
 
intrnl profile image
intrnl

The one common pitfall with hoisting dependencies is issues regarding typings, some types depends on Node's typings and it can wreck havoc thanks to differences between Node and browsers (setTimeout and clearTimeout being the notable example)