Hi,
I’m trying to use a local rescript package (B) in an a rescript website (A) using Vite with yarn, both shared some other rescript package in common. Therefore, when try to build A with rescript build -with-deps
I got multiple Duplicated warnings
and the result doesn’t work correctly.
Does anyone have any ideas on how to solve this problem?
Thanks <3