Closed TommyMurphyTM1234 closed 1 year ago
The problem is related how paths should be passed to dynamic imports. For ESM modules, the path must be a full URLs, especially on Windows.
Fixed on 2023-05-18.
Just to confirm that 0.15.1 addresses the issue for me - thanks.
On Windows (10) this fails when using the latest xpm (0.15.0):
But using the previous xpm version (0.14.9) succeeds:
On Linux both work fine.