I am trying to get the analytics plugin to work: https://github.com/RSC-Labs/medusa-store-analytics/tree/main/v2
I have installed it and added it to the plugins in medusa config, however medusa fails to stat, because the import inside .medusa/client/entry.jsx is wrong, its using the wrong slashes:
If I manually fix the slashes while running dev, it works fine, but obviously I can't deploy it