#TIL none of my libraries were actually tree-shakeable because I wasn't declaring "sideEffect": true in the package.json 😅️
Also, be careful if you're using faker-js because it is not tree-shakeable either! I found out about this because using it in one of my tests increased my production bundle to 3MB O.o https://github.com/faker-js/faker/issues/1791
This is an instance-of-one managed by Noel De Martin.